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 }:
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" ];