feat: added waybar & anyrun configs
This commit is contained in:
15
.config/waybar/lib/components/notifications.json
Normal file
15
.config/waybar/lib/components/notifications.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user