From dabdc580beca83421a74ab0c93e18d93cd1bd204 Mon Sep 17 00:00:00 2001 From: Urkrathos <63711586+Urkrathos@users.noreply.github.com> Date: Mon, 12 May 2025 14:36:37 +0200 Subject: Fix waybar calendar showing first week of the year as W01 instead of W00 --- config/waybar/Modules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/waybar/Modules') diff --git a/config/waybar/Modules b/config/waybar/Modules index 32664326..de5c7c3b 100644 --- a/config/waybar/Modules +++ b/config/waybar/Modules @@ -109,7 +109,7 @@ "format": { "months": "{}", "days": "{}", - "weeks": "W{}", + "weeks": "W{:%V}", "weekdays": "{}", "today": "{}" } @@ -404,4 +404,4 @@ "kitty-dropterm" ], }, -} \ No newline at end of file +} -- cgit v1.2.3