From 3c121fda80e3717a3460009ce4dcd12bada7c23b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 30 Jan 2025 11:57:39 +0000 Subject: [PATCH] Remove year from waybar calendar module --- system/home/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/waybar.nix b/system/home/waybar.nix index 87933e02..da0e3d3d 100644 --- a/system/home/waybar.nix +++ b/system/home/waybar.nix @@ -152,7 +152,7 @@ size = "${toString config.stylix.fonts.sizes.popups}pt"; in { - format = "{:%y\n%m\n%d}"; + format = "{:%d\n%m}"; tooltip-format = "{calendar}"; calendar = { mode = "month";