Adapted bith config and css
This commit is contained in:
@@ -20,11 +20,18 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
"custom/notifications": {
|
"custom/notifications": {
|
||||||
"format": " {}",
|
|
||||||
"interval": 2,
|
|
||||||
"exec": "swaync-client -swb",
|
|
||||||
"on-click": "swaync-client -t",
|
|
||||||
"tooltip": false,
|
"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-right": "swaync-client -d",
|
||||||
"on-click-middle": "swaync-client -dn",
|
"on-click-middle": "swaync-client -dn",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user