waybar: make notifications more descriptive

This commit is contained in:
Nico 2025-05-03 16:15:58 +10:00
parent eb6b346ec4
commit d520de5a00

View file

@ -181,8 +181,23 @@
"format-icons": ["", "", ""]
},
"custom/swaync": {
"format": " ",
"on-click": "swaync-client -t",
"tooltip": false
"tooltip": false,
"format": "{} {icon}",
"format-icons": {
"notification": "󱅫",
"none": "",
"dnd-notification": " ",
"dnd-none": "󰂛",
"inhibited-notification": " ",
"inhibited-none": "",
"dnd-inhibited-notification": " ",
"dnd-inhibited-none": " "
},
"return-type": "json",
"exec-if": "which swaync-client",
"exec": "swaync-client -swb",
"on-click": "sleep 0.1 && swaync-client -t -sw",
"on-click-right": "sleep 0.1 && swaync-client -d -sw",
"escape": true
}
}