Waybar: Remove month from the clock.

This commit is contained in:
Dmitry Voronin 2024-12-24 04:08:08 +03:00
parent 245ec7959b
commit da4b325e72

View file

@ -43,7 +43,7 @@ in
]; ];
}; };
clock = { 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/"; on-click-right = "xdg-open https://cloud.voronind.com/apps/calendar/";
tooltip-format = "<big><tt>{calendar}</tt></big>"; tooltip-format = "<big><tt>{calendar}</tt></big>";
}; };