change to 12h clock

This commit is contained in:
Clayton Hickey 2025-10-28 16:22:13 -04:00
parent bd0ae15232
commit e5c40d5d2a

View file

@ -271,7 +271,7 @@ let cfg = config.cos.hyprland; in
}; };
clock = { clock = {
"tooltip-format" = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"; "tooltip-format" = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
format = "{:%Y-%m-%d %H:%M:%S}"; format = "{:%Y-%m-%d %I:%M:%S %p}";
interval = 1; interval = 1;
}; };
}; };