change format clock to am/pm

This commit is contained in:
primardj 2024-01-26 22:18:37 +00:00
parent fd04578d9f
commit 89e32410b5

View file

@ -86,7 +86,7 @@
}, },
"clock": { "clock": {
"interval": 1, "interval": 1,
"format": " {:%H:%M:%S}", "format": " {:%I:%M:%S %p}", // " {:%H:%M:%S}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"calendar": { "calendar": {
"mode": "month", "mode": "month",