From 2f6607c03d834b7722d02b84a18aed867690650a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Gunnarsson?= Date: Sun, 7 Sep 2025 19:14:48 +0000 Subject: [PATCH] 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 --- config/waybar/config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 93873b7c..0ec9af40 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -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" },