feat: added waybar & anyrun configs

This commit is contained in:
oxypomme
2025-06-02 18:34:15 +02:00
parent e4cf797885
commit 10b599eb3e
23 changed files with 442 additions and 0 deletions

View 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
}
}