waybar: Fix clock formatting
This commit is contained in:
parent
7b7704fa75
commit
343734a054
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": "{:%a %Y-%m-%d %H:%M:%S}",
|
"format": "{:%a %Y-%m-%d %H:%M:%OS}",
|
||||||
"tooltip-format": "<big>{:%B %Y (W%U)}</big>\n<tt>{calendar}</tt>",
|
"tooltip-format": "<tt>{:W%U} {calendar}</tt>",
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"states": {
|
"states": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue