mirror of https://codeberg.org/anemofilia/zero
radio: files: waybar: Fix volume display
parent
9348d61cc2
commit
d0b46e50be
|
@ -9,7 +9,7 @@
|
|||
"custom/arrow2", "custom/mem-icon", "memory",
|
||||
"custom/arrow1", "custom/cpu-icon", "cpu",
|
||||
"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/arrow1", "clock",
|
||||
"custom/arrow2", "tray"],
|
||||
|
@ -87,11 +87,11 @@
|
|||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
"wireplumber": {
|
||||
"pulseaudio": {
|
||||
"format": "{volume}%",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/wireplumber-icon": {
|
||||
"custom/pulseaudio-icon": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
|
|
@ -95,15 +95,15 @@ tooltip label {
|
|||
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;
|
||||
}
|
||||
|
||||
#wireplumber {
|
||||
#pulseaudio {
|
||||
background: @focused-bg;
|
||||
}
|
||||
|
||||
#wireplumber.muted {
|
||||
#pulseaudio.muted {
|
||||
background: @focused-bg;
|
||||
}
|
||||
|
||||
|
@ -238,7 +238,7 @@ tooltip * {
|
|||
background: @normal-bg;
|
||||
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-image: url("/home/radio/areas/code/scm/zero/home-environments/radio/files/.config/awesome/icons/vol_low.png");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue