Use shorter format strings for time

This commit is contained in:
finga 2020-03-16 16:32:29 +01:00
parent 9786ce48cf
commit fa2184b884

View file

@ -69,11 +69,11 @@ block = "sound"
[[block]]
block = "time"
interval = 1
format = "%Y-%m-%d %a (%Z) %H:%M:%S"
format = "%F (%Z) %T"
timezone = "Europe/Vienna"
[[block]]
block = "time"
interval = 1
format = "(%Z) %H:%M:%S"
format = "(%Z) %T"
timezone = "Etc/UTC"