Adapted bith config and css

This commit is contained in:
2026-02-27 14:53:39 +01:00
parent d02e3918e5
commit 0a5746a94f
@@ -20,11 +20,18 @@
],
"custom/notifications": {
"format": " {}",
"interval": 2,
"exec": "swaync-client -swb",
"on-click": "swaync-client -t",
"tooltip": false,
"return-type": "json",
"exec-if": "which swaync-client",
"exec": "swaync-client -swb",
"format": "{icon}",
"format-icons": {
"notification": "",
"none": "",
"dnd-notification": "󰂠",
"dnd-none": "󰪓",
},
"on-click": "swaync-client -t",
"on-click-right": "swaync-client -d",
"on-click-middle": "swaync-client -dn",
},