From d4d7ab5e795c4802898151e0bb0a805f3e325c5b Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Sat, 7 Oct 2023 14:44:18 -0700 Subject: [PATCH] Move month before day in waybar --- waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config b/waybar/config index 35e5490..af69f78 100644 --- a/waybar/config +++ b/waybar/config @@ -165,7 +165,7 @@ "on-click": "pavucontrol" }, "clock": { - "format": "{: %d/%m  %H:%M}", + "format": "{: %m/%d  %H:%M}", "tooltip-format": "{:%Y %B}\n{calendar}", "format-alt": "{:%a, %d %b %Y}" }