From e5c40d5d2afc617289667c075ee6012d2afce43c Mon Sep 17 00:00:00 2001 From: clay53 Date: Tue, 28 Oct 2025 16:22:13 -0400 Subject: [PATCH] change to 12h clock --- hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland.nix b/hyprland.nix index 3fad447..f277339 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -271,7 +271,7 @@ let cfg = config.cos.hyprland; in }; clock = { "tooltip-format" = "{:%Y %B}\n{calendar}"; - format = "{:%Y-%m-%d %H:%M:%S}"; + format = "{:%Y-%m-%d %I:%M:%S %p}"; interval = 1; }; };