From da4b325e72f640a2206057958e83dd55ab4ccab6 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 24 Dec 2024 04:08:08 +0300 Subject: [PATCH] Waybar: Remove month from the clock. --- home/file/waybar/config/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/file/waybar/config/default.nix b/home/file/waybar/config/default.nix index fad4f837..0b250cd5 100644 --- a/home/file/waybar/config/default.nix +++ b/home/file/waybar/config/default.nix @@ -43,7 +43,7 @@ in ]; }; clock = { - format-alt = "{:%H:%M %a %d %b}"; + format-alt = "{:%H:%M %a %d}"; on-click-right = "xdg-open https://cloud.voronind.com/apps/calendar/"; tooltip-format = "{calendar}"; };