i3blocks-contrib icon indicating copy to clipboard operation
i3blocks-contrib copied to clipboard

Time config error

Open lpoblet opened this issue 3 years ago • 1 comments

Expected behavior

When I run i3blocks command with the changes for executing the time script it shows the time of the configured places

Actual behavior

When I run i3blocks command with the changes for executing the time script it throws error: ERROR parse_bar:162: malformated line: STRFTIME_FORMAT=%Y-%m-%d %H:%M

i3blocks config relevant to blocklet(s)

[time] command=$SCRIPT_DIR/time interval=1 #TZ_FILE=~/.tz STRFTIME_FORMAT=%Y-%m-%d %H:%M TZONES=$DEFAULT_TZ,Brazil/East,Australia/Brisbane,Asia/Calcutta TZ_LABELS=,Brazil,AU,Hyderabad

Output of blocklet(s) when run from command line

ERROR parse_bar:162: malformated line: STRFTIME_FORMAT=%Y-%m-%d %H:%M

Output of any relevant other commands that might help diagnostics

lpoblet avatar Aug 29 '21 13:08 lpoblet

Please verify if you are using i3blocks version >= 1.5

You can run i3blocks -V to get your version number.

AgamAgarwal avatar Sep 17 '21 14:09 AgamAgarwal