Files
dotfiles/.config/waybar/lib/components/notifications.json
2025-06-02 18:34:15 +02:00

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