1
0
Fork 0

waybar: Add day of week to clock

This commit is contained in:
Jeremy Kaplan 2021-12-07 20:14:56 -08:00
commit 3db8775b95

View file

@ -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": {