Waybar: Remove month from the clock.

This commit is contained in:
Dmitry Voronin 2024-12-24 04:08:08 +03:00
parent 245ec7959b
commit 14cd7b42de
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

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>";
}; };