From a272803dd5e4bcb9e72c5a6744a2dc1543d83aa4 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Sun, 31 Mar 2024 21:26:07 +0300 Subject: [PATCH] waybar: switch to 24-hour format i mean i am in Ukraine, there like everyone uses 24-hour format. but i think there is few geeks that use 12-hour format, like me before this commit --- config/waybar/modules/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/waybar/modules/info.json b/config/waybar/modules/info.json index 34ec4e1..e8a9ae6 100644 --- a/config/waybar/modules/info.json +++ b/config/waybar/modules/info.json @@ -5,7 +5,7 @@ }, "clock": { - "format": " {:%a, %d %b %I:%M}", // replace %I with %H for 24h format + "format": " {:%a, %d %b %H:%M}", // replace %I with %H for 24h format "tooltip": true, "tooltip-format": "{:%Y %B}\n{calendar}", "on-click": "morgen"