16 lines
332 B
JSON
16 lines
332 B
JSON
{
|
|
"custom/notification": {
|
|
"escape": true,
|
|
"exec": "swaync-client -swb",
|
|
"exec-if": "which swaync-client",
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"none": "",
|
|
"notification": ""
|
|
},
|
|
"on-click": "sleep 0.1 && swaync-client -t -sw",
|
|
"return-type": "json",
|
|
"tooltip": false
|
|
}
|
|
}
|