change format clock to am/pm
This commit is contained in:
parent
fd04578d9f
commit
89e32410b5
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
},
|
||||
"clock": {
|
||||
"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>",
|
||||
"calendar": {
|
||||
"mode": "month",
|
||||
|
|
Loading…
Reference in a new issue