ashell: correct week number

This commit is contained in:
2026-03-27 08:59:14 +01:00
parent 0c1452f138
commit 04c04bf5e4

View File

@@ -1,7 +1,7 @@
{ wrappers, pkgs }: { wrappers, pkgs }:
let let
config = { 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; appearance.scale_factor = 0.8;
modules = { modules = {
center = [ "Clock" ]; center = [ "Clock" ];