diff options
| author | xengineering <me@xengineering.eu> | 2026-01-14 08:08:04 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-01-17 11:49:29 +0100 |
| commit | ae834ba1fd7de03f6e63c030016eca144730931a (patch) | |
| tree | a84eea45e8373d106768af9e6088820177a63adb /waybar/config.jsonc | |
| parent | be258954cd6182c1d51723a780bf94c2ed57e442 (diff) | |
| download | dotfiles-ae834ba1fd7de03f6e63c030016eca144730931a.tar dotfiles-ae834ba1fd7de03f6e63c030016eca144730931a.tar.zst dotfiles-ae834ba1fd7de03f6e63c030016eca144730931a.zip | |
waybar: Add timezone information relative to UTC
Diffstat (limited to 'waybar/config.jsonc')
| -rw-r--r-- | waybar/config.jsonc | 4 |
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 } } |
