sway#waybar: fix time format

This commit is contained in:
Timothy DeHerrera 2020-06-25 21:51:35 -06:00
parent 37dac0d77d
commit ae74fb0e9a
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
"format": "<span style=\"italic\">{}</span>"
},
"clock": {
"format": "{:%l:%M %P}",
"tooltip-format": "{:%Y-%m-%d | %l:%M %P}",
"format": "{:%I:%M %p}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {