radio: files: waybar: Fix volume display

impermanence
Luis Guilherme Coelho 2024-06-09 02:05:21 -03:00
parent 9348d61cc2
commit d0b46e50be
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
2 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@
"custom/arrow2", "custom/mem-icon", "memory", "custom/arrow2", "custom/mem-icon", "memory",
"custom/arrow1", "custom/cpu-icon", "cpu", "custom/arrow1", "custom/cpu-icon", "cpu",
"custom/arrow2", "custom/temp-icon", "temperature", "custom/arrow2", "custom/temp-icon", "temperature",
"custom/arrow1", "custom/wireplumber-icon", "wireplumber", "custom/arrow1", "custom/pulseaudio-icon", "pulseaudio",
"custom/arrow2", "custom/bat-icon", "battery", "custom/arrow2", "custom/bat-icon", "battery",
"custom/arrow1", "clock", "custom/arrow1", "clock",
"custom/arrow2", "tray"], "custom/arrow2", "tray"],
@ -87,11 +87,11 @@
"format": " ", "format": " ",
"tooltip": false "tooltip": false
}, },
"wireplumber": { "pulseaudio": {
"format": "{volume}%", "format": "{volume}%",
"tooltip": false "tooltip": false
}, },
"custom/wireplumber-icon": { "custom/pulseaudio-icon": {
"format": " ", "format": " ",
"tooltip": false "tooltip": false
}, },

View File

@ -95,15 +95,15 @@ tooltip label {
color: @focused-fg; color: @focused-fg;
} }
#pulseaudio,#wireplumber,#network,#cpu,#memory,#backlight,#battery,#clock, #custom-arrow1, #custom-arrow2 { #pulseaudio,#pulseaudio,#network,#cpu,#memory,#backlight,#battery,#clock, #custom-arrow1, #custom-arrow2 {
padding-left: 5px; padding-left: 5px;
} }
#wireplumber { #pulseaudio {
background: @focused-bg; background: @focused-bg;
} }
#wireplumber.muted { #pulseaudio.muted {
background: @focused-bg; background: @focused-bg;
} }
@ -238,7 +238,7 @@ tooltip * {
background: @normal-bg; background: @normal-bg;
background-image: url("/home/radio/areas/code/scm/zero/home-environments/radio/files/.config/awesome/icons/temp.png"); background-image: url("/home/radio/areas/code/scm/zero/home-environments/radio/files/.config/awesome/icons/temp.png");
} }
#custom-wireplumber-icon { #custom-pulseaudio-icon {
background: @focused-bg; background: @focused-bg;
background-image: url("/home/radio/areas/code/scm/zero/home-environments/radio/files/.config/awesome/icons/vol_low.png"); background-image: url("/home/radio/areas/code/scm/zero/home-environments/radio/files/.config/awesome/icons/vol_low.png");
} }