fix: fixed DND in waybar

This commit is contained in:
oxypomme
2026-01-04 13:51:32 +01:00
parent da10125fb2
commit f10c522d64

View File

@@ -70,7 +70,8 @@
"format-icons": { "format-icons": {
"none": "󰅺", "none": "󰅺",
"notification": "󰡟", "notification": "󰡟",
"dnd-notification": "󱙍" "dnd-none": "󱙍",
"dnd-notification": "󱙍"
}, },
"on-click": "sleep 0.1 && swaync-client -t -sw", "on-click": "sleep 0.1 && swaync-client -t -sw",
"return-type": "json", "return-type": "json",