about summary refs log tree commit diff
path: root/users/glittershark/system/home/modules/i3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/system/home/modules/i3.nix')
-rw-r--r--users/glittershark/system/home/modules/i3.nix5
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 36f2d450ed..07f9fc08ca 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"