We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179d659 commit 1f7a48aCopy full SHA for 1f7a48a
config/waybar/config.jsonc
@@ -61,7 +61,8 @@
61
"clock": {
62
"format": "{:L%A %H:%M}",
63
"format-alt": "{:L%d %B W%V %Y}",
64
- "locale": "en_GB.UTF-8", // week start on Monday
+ // "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
66
"tooltip-format": "<tt><small>{calendar}</small></tt>",
67
"calendar": {
68
"mode": "month",
0 commit comments