diff options
Diffstat (limited to 'i3blocks.conf')
-rw-r--r-- | i3blocks.conf | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/i3blocks.conf b/i3blocks.conf index d0f66e5..4709eb8 100644 --- a/i3blocks.conf +++ b/i3blocks.conf @@ -112,23 +112,21 @@ border=#b16286 # [date] -command=echo "$(date '+%Y-%m-%d')" -label= +command=date '+%Y-%m-%d' +label= interval=60 -separator=false -separator_block_width=5 # blue border=#458588 [time] -command=echo "$(date '+%H:%M:%S')" -label= +command=date '+%H:%M:%S' +label= interval=5 # olive border=#98971a [time] -command=echo "$(TZ='Asia/Tokyo' date '+%H:%M:%S')" +command=TZ='Asia/Tokyo' date '+%H:%M:%S' label=🍣 interval=5 # white |