summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-01-14 08:08:04 +0100
committerxengineering <me@xengineering.eu>2026-01-17 11:49:29 +0100
commitae834ba1fd7de03f6e63c030016eca144730931a (patch)
treea84eea45e8373d106768af9e6088820177a63adb /waybar
parentbe258954cd6182c1d51723a780bf94c2ed57e442 (diff)
downloaddotfiles-ae834ba1fd7de03f6e63c030016eca144730931a.tar
dotfiles-ae834ba1fd7de03f6e63c030016eca144730931a.tar.zst
dotfiles-ae834ba1fd7de03f6e63c030016eca144730931a.zip
waybar: Add timezone information relative to UTC
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config.jsonc4
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc
index c038b5d..edfee1c 100644
--- a/waybar/config.jsonc
+++ b/waybar/config.jsonc
@@ -27,7 +27,7 @@
},
"clock": {
"interval": 60,
- "format": "KW {:%V %a %Y-%m-%d %H:%M}",
- "max-length": 25
+ "format": "KW {:%V %a %Y-%m-%d %H:%M UTC%z}",
+ "max-length": 50
}
}