From 04c04bf5e41358c5a53e8c7cb10b683314aa205e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 27 Mar 2026 08:59:14 +0100 Subject: [PATCH] ashell: correct week number --- packages/ashell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ashell.nix b/packages/ashell.nix index a966548..40723d0 100644 --- a/packages/ashell.nix +++ b/packages/ashell.nix @@ -1,7 +1,7 @@ { wrappers, pkgs }: let config = { - clock.format = "%Y-%m-%d (%j %a %W) %H:%M"; + clock.format = "%Y-%m-%d (%j %a %V) %H:%M"; appearance.scale_factor = 0.8; modules = { center = [ "Clock" ];