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": {
|
||||
"interval": 1,
|
||||
"format": "{:%a %Y-%m-%d %H:%M:%S}",
|
||||
"tooltip-format": "<big>{:%B %Y (W%U)}</big>\n<tt>{calendar}</tt>",
|
||||
"format": "{:%a %Y-%m-%d %H:%M:%OS}",
|
||||
"tooltip-format": "<tt>{:W%U} {calendar}</tt>",
|
||||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue