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;
};
};