Remove year from waybar calendar module

This commit is contained in:
Evie Litherland-Smith 2025-01-30 11:57:39 +00:00
parent a30e2098ee
commit 3c121fda80

View file

@ -152,7 +152,7 @@
size = "${toString config.stylix.fonts.sizes.popups}pt"; size = "${toString config.stylix.fonts.sizes.popups}pt";
in in
{ {
format = "{:%y\n%m\n%d}"; format = "{:%d\n%m}";
tooltip-format = "<span size='${size}'>{calendar}</span>"; tooltip-format = "<span size='${size}'>{calendar}</span>";
calendar = { calendar = {
mode = "month"; mode = "month";