Waybar clock: Replace year by weekday name.

This commit is contained in:
Viyurz 2024-02-21 13:48:54 +01:00
parent 160231dd59
commit 71f025f4a0
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -214,7 +214,7 @@
}, },
"clock": { "clock": {
"interval": 1, "interval": 1,
"format": "󰥔 {:%e %b %Y - %EX}", "format": "󰥔 {:%a %e %b %EX}",
"tooltip-format": "<tt>{calendar}</tt>", "tooltip-format": "<tt>{calendar}</tt>",
"calendar": { "calendar": {
"mode": "month", "mode": "month",