From 5c65d998055cd8748dcaa048c6ad3930f7354e17 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 19 May 2019 12:39:16 +0200 Subject: i3: added tokyo time + google emoji font --- i3blocks.conf | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'i3blocks.conf') diff --git a/i3blocks.conf b/i3blocks.conf index eff20d6..16f28bf 100644 --- a/i3blocks.conf +++ b/i3blocks.conf @@ -1,7 +1,6 @@ # dotfiles -- i3blocks # author: johannst - # NOTE: # Env Variables exported to scripts specified in 'command=' # BLOCK_NAME=name # indicator block name '[name]' @@ -97,7 +96,8 @@ border=#b16286 # [date] -command=echo ":$(date '+%Y-%m-%d')" +command=echo "$(date '+%Y-%m-%d')" +label= interval=60 separator=false separator_block_width=5 @@ -105,8 +105,16 @@ separator_block_width=5 border=#458588 [time] -command=echo ":$(date '+%H:%M:%S')" +command=echo "$(date '+%H:%M:%S')" +label= interval=5 # olive border=#98971a +[time] +command=echo "$(TZ='Asia/Tokyo' date '+%H:%M:%S')" +label=🍣 +interval=5 +# white +border=#ffffff + -- cgit v1.2.3