Use shorter format strings for time
This commit is contained in:
parent
9786ce48cf
commit
fa2184b884
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue