diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-03-10 13:51:50 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-03-10 13:51:50 +0000 |
commit | 5240d0d58cf9b8d4ea25bb159c425e66403bd2d2 (patch) | |
tree | 98f5017b17fad9cb3aa96ed14c7c04ad11fccfed /i3 | |
parent | 894acaf723f75b7ff70f184e16a7c6d1da2e2917 (diff) |
Split date-time in two blocks
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3blocks/config | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/i3/.config/i3blocks/config b/i3/.config/i3blocks/config index fa2f5aa..1d390cb 100644 --- a/i3/.config/i3blocks/config +++ b/i3/.config/i3blocks/config @@ -82,7 +82,12 @@ command=/usr/lib/i3blocks/disk instance=/ interval=60 -[time] +[date] label=<span color='gray'></span> -command=date '+%Y-%m-%d %H:%M' -interval=5 +command=date '+%Y-%m-%d' +interval=60 + +[time] +label=<span color='gray'></span> +command=date '+%H:%M' +interval=60 |