Add locale to the waybar clock (#1380)

Icelandic was not being picked up by the clock on waybar, this issue
contains more information.

https://github.com/Alexays/Waybar/issues/2694#issuecomment-1837118050
This commit is contained in:
Árni Gunnarsson
2025-09-07 19:14:48 +00:00
committed by GitHub
parent 597c2f58eb
commit 2f6607c03d

View File

@@ -57,8 +57,8 @@
"on-click": "alacritty -e btop"
},
"clock": {
"format": "{:%A %H:%M}",
"format-alt": "{:%d %B W%V %Y}",
"format": "{:L%A %H:%M}",
"format-alt": "{:L%d %B W%V %Y}",
"tooltip": false,
"on-click-right": "omarchy-cmd-tzupdate"
},