diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/system/home/modules/i3.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/i3.nix b/users/glittershark/system/home/modules/i3.nix index 36f2d450edd5..07f9fc08caa2 100644 --- a/users/glittershark/system/home/modules/i3.nix +++ b/users/glittershark/system/home/modules/i3.nix @@ -178,6 +178,7 @@ in { order += "battery 0" # order += "volume master" order += "time" + order += "tztime utc" mpd { format = "%artist - %album - %title" @@ -233,6 +234,10 @@ in { color = "#93a1a1" } + tztime utc { + timezone = "UTC" + format = " %H·%M " + } # volume master { # format = "☊ %volume" |