sway#waybar: fix time format
This commit is contained in:
parent
37dac0d77d
commit
ae74fb0e9a
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue