mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user