swaync and waybar

This commit is contained in:
RafayAhmad7548 2025-06-26 20:30:12 +05:00
parent 9a6cecf875
commit 3166921340
4 changed files with 126 additions and 1 deletions

View file

@ -122,6 +122,27 @@
"default": ["󰕿 ", "󰖀 ", "󰕾 "]
},
"on-click": "pavucontrol"
},
"custom/notification": {
"tooltip": false,
"format": "{icon}",
"format-icons": {
"notification": "<span foreground='red'><sup></sup></span>",
"none": "",
"dnd-notification": "<span foreground='red'><sup></sup></span>",
"dnd-none": "",
"inhibited-notification": "<span foreground='red'><sup></sup></span>",
"inhibited-none": "",
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
"dnd-inhibited-none": ""
},
"return-type": "json",
"exec-if": "which swaync-client",
"exec": "swaync-client -swb",
"on-click": "swaync-client -t -sw",
"on-click-right": "swaync-client -d -sw",
"escape": true
}
}