fix: swaybg

This commit is contained in:
2025-10-03 04:01:15 +02:00
parent 6e4c3be564
commit 01c6e70dab
4 changed files with 46 additions and 17 deletions

View File

@@ -57,8 +57,12 @@
"clock": {
"format": "{:%H:%M | %e %b}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt>{calendar}</tt>",
"today-format": "<b>{}</b>"
"today-format": "<b>{}</b>",
"on-click": "niri msg action center-column",
"on-scroll-up": "niri msg action set-column-width +10%",
"on-scroll-down": "niri msg action set-column-width -10%"
},
// System monitors
"group/monitors": {
"modules": ["network#speed", "custom/publicip", "temperature", "memory", "cpu", "battery", "backlight", "wireplumber"],