From 17abe4651e0b957ce685deae77bedb2f8b459cea Mon Sep 17 00:00:00 2001 From: funman300 Date: Thu, 30 Apr 2026 21:22:48 -0700 Subject: [PATCH] waybar: switch clock display to 12hr format Co-Authored-By: Claude Opus 4.7 (1M context) --- waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 00c8b92..693ee70 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -52,7 +52,7 @@ }, "custom/clock": { - "exec": "date '+%a %b %d %H:%M'", + "exec": "date '+%a %b %d %-I:%M %p'", "interval": 30, "format": "{}", "tooltip": false