Waybar: Clock always show the date.

This commit is contained in:
Dmitry Voronin 2024-12-24 04:34:53 +03:00
parent 40bad02805
commit a6e8829893
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

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 = {