Waybar: Clock always show the date.

This commit is contained in:
Dmitry Voronin 2024-12-24 04:34:53 +03:00
parent 536c9467ef
commit 91eb45337f

View file

@ -43,8 +43,8 @@ in
]; ];
}; };
clock = { clock = {
format-alt = "{:%H:%M %a %d}"; format = "{:%H:%M %a %d}";
on-click-right = "xdg-open https://cloud.voronind.com/apps/calendar/"; on-click = "xdg-open https://cloud.voronind.com/apps/calendar/";
tooltip-format = "<big><tt>{calendar}</tt></big>"; tooltip-format = "<big><tt>{calendar}</tt></big>";
}; };
battery = { battery = {