From 08ce7749b559e74829e51ce00321c9f115844c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 23 Mar 2021 19:39:08 +0100 Subject: [PATCH] fix(i3status-rust): use correct week number (week number of year) --- lib/i3status-rust.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/i3status-rust.nix b/lib/i3status-rust.nix index 10df946..3393286 100644 --- a/lib/i3status-rust.nix +++ b/lib/i3status-rust.nix @@ -130,7 +130,7 @@ in { { block = "time"; interval = 1; - format = "%Y-%m-%d (%V %a) %H:%M"; + format = "%Y-%m-%d (%W %a) %H:%M"; } ]; }