waybar: Add day of week to clock
This commit is contained in:
parent
c77b40761f
commit
3db8775b95
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": "{:%Y-%m-%d %H:%M:%S}",
|
"format": "{:%a %Y-%m-%d %H:%M:%S}",
|
||||||
"tooltip-format": "<big>{:%B %Y (W%U)}</big>\n<tt>{calendar}</tt>",
|
"tooltip-format": "<big>{:%B %Y (W%U)}</big>\n<tt>{calendar}</tt>",
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue