aboutsummaryrefslogtreecommitdiffstats
path: root/community/waybar/config-fix-clock.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/waybar/config-fix-clock.patch')
-rw-r--r--community/waybar/config-fix-clock.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/waybar/config-fix-clock.patch b/community/waybar/config-fix-clock.patch
new file mode 100644
index 00000000000..45e65941925
--- /dev/null
+++ b/community/waybar/config-fix-clock.patch
@@ -0,0 +1,14 @@
+Fix https://github.com/Alexays/Waybar/issues/698
+
+--- a/resources/config.jsonc
++++ b/resources/config.jsonc
+@@ -75,7 +75,8 @@
+ "clock": {
+ // "timezone": "America/New_York",
+ "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
+- "format-alt": "{:%Y-%m-%d}"
++ "format-alt": "{:%Y-%m-%d}",
++ "locale": "C"
+ },
+ "cpu": {
+ "format": "{usage}% ",