waybar: switch clock display to 12hr format

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
funman300
2026-04-30 21:22:48 -07:00
parent 412034ea9f
commit 17abe4651e
+1 -1
View File
@@ -52,7 +52,7 @@
}, },
"custom/clock": { "custom/clock": {
"exec": "date '+%a %b %d %H:%M'", "exec": "date '+%a %b %d %-I:%M %p'",
"interval": 30, "interval": 30,
"format": "{}", "format": "{}",
"tooltip": false "tooltip": false