fix notification spacing when no notifications

This commit is contained in:
2025-10-10 00:57:56 -07:00
parent 7f963a9a6c
commit d8f8d4425b

View File

@@ -313,13 +313,13 @@
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"notification": "<span foreground='red'><sup></sup></span>", "notification": "<span foreground='red'><sup></sup></span>",
"none": "", "none": "<span foreground='red'><sup> </sup></span>",
"dnd-notification": "<span foreground='red'><sup></sup></span>", "dnd-notification": "<span foreground='red'><sup></sup></span>",
"dnd-none": "", "dnd-none": "<span foreground='red'><sup> </sup></span>",
"inhibited-notification": "<span foreground='red'><sup></sup></span>", "inhibited-notification": "<span foreground='red'><sup></sup></span>",
"inhibited-none": "", "inhibited-none": "<span foreground='red'><sup> </sup></span>",
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>", "dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
"dnd-inhibited-none": "", "dnd-inhibited-none": "<span foreground='red'><sup> </sup></span>",
}, },
"return-type": "json", "return-type": "json",
"exec-if": "which swaync-client", "exec-if": "which swaync-client",