😎 Changed colour of notification to use catppuccin colour and mute icon for mute

This commit is contained in:
Martin Berg Alstad 2025-01-04 18:13:34 +01:00
parent 8f7dcd3ce7
commit 157178f95e
Signed by: martials
GPG Key ID: A3824877B269F2E2

View File

@ -75,7 +75,7 @@
"wireplumber": { "wireplumber": {
// "scroll-step": 1, // %, can be a float // "scroll-step": 1, // %, can be a float
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
"format-muted": "", "format-muted": "",
"format-icons": { "format-icons": {
"default": [ "default": [
"", "",
@ -105,13 +105,13 @@
"tooltip": false, "tooltip": false,
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"notification": "<span foreground='red'><sup></sup></span>", "notification": "<span foreground='#f38ba8'><sup></sup></span>",
"none": "", "none": "",
"dnd-notification": "<span foreground='red'><sup></sup></span>", "dnd-notification": "<span foreground='#f38ba8'><sup></sup></span>",
"dnd-none": "", "dnd-none": "",
"inhibited-notification": "<span foreground='red'><sup></sup></span>", "inhibited-notification": "<span foreground='#f38ba8'><sup></sup></span>",
"inhibited-none": "", "inhibited-none": "",
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>", "dnd-inhibited-notification": "<span foreground='#f38ba8'><sup></sup></span>",
"dnd-inhibited-none": "" "dnd-inhibited-none": ""
}, },
"return-type": "json", "return-type": "json",