Skip to content

Commit 1f7a48a

Browse files
comment locale option to avoid breaking on missing locale
1 parent 179d659 commit 1f7a48a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/waybar/config.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"clock": {
6262
"format": "{:L%A %H:%M}",
6363
"format-alt": "{:L%d %B W%V %Y}",
64-
"locale": "en_GB.UTF-8", // week start on Monday
64+
// "locale": "en_GB.UTF-8", // force locale to start week on Monday
65+
// sudo localectl set-locale LC_TIME=en_GB.UTF-8 && sudo locale-gen
6566
"tooltip-format": "<tt><small>{calendar}</small></tt>",
6667
"calendar": {
6768
"mode": "month",

0 commit comments

Comments
 (0)