Skip to content

Commit 2f6607c

Browse files
authored
Add locale to the waybar clock (#1380)
Icelandic was not being picked up by the clock on waybar, this issue contains more information. Alexays/Waybar#2694 (comment)
1 parent 597c2f5 commit 2f6607c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/waybar/config.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"on-click": "alacritty -e btop"
5858
},
5959
"clock": {
60-
"format": "{:%A %H:%M}",
61-
"format-alt": "{:%d %B W%V %Y}",
60+
"format": "{:L%A %H:%M}",
61+
"format-alt": "{:L%d %B W%V %Y}",
6262
"tooltip": false,
6363
"on-click-right": "omarchy-cmd-tzupdate"
6464
},

0 commit comments

Comments
 (0)