feat(waybar): use yearly calendar tooltip

This commit is contained in:
pips 2025-04-09 20:14:59 +02:00
parent c8b709f266
commit 956327cac9

View file

@ -108,7 +108,12 @@
"interval": 1, "interval": 1,
"format": "{:%FT%T%z}", "format": "{:%FT%T%z}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}" "format-alt": "{:%Y-%m-%d}",
"calendar": {
"mode": "year",
"mode-mon-col": 3,
"weeks-pos": "left"
}
}, },
"cpu": { "cpu": {
"format": "{usage}% ", "format": "{usage}% ",