updated waybar script to not crash with my usb c hub

This commit is contained in:
2026-02-13 19:39:31 +01:00
parent 2f31b86e65
commit 5356157750
5 changed files with 133 additions and 48 deletions

View File

@@ -62,6 +62,8 @@ window#waybar.hidden {
#battery,
#backlight,
#wireplumber,
#custom-volume,
#custom-mic,
#custom-network,
#network,
#clock,
@@ -72,7 +74,6 @@ window#waybar.hidden {
#custom-disk-data,
#custom-pixelbuds_pro,
#custom-bluetooth-audio,
#custom-audio-output,
#custom-btrfs,
#custom-gpu-screen-recorder {
border-radius: 10px;
@@ -82,7 +83,7 @@ window#waybar.hidden {
color: @text;
}
#wireplumber.muted, #custom-pixelbuds_pro, #custom-audio-output.muted {
#wireplumber.muted, #custom-pixelbuds_pro, #custom-volume.muted, #custom-mic.muted {
background-color: @base;
color: @subtext1;
border-bottom: 3px solid @subtext1;
@@ -226,11 +227,11 @@ window#waybar.hidden {
color: @mauve;
}
#wireplumber.muted {
#custom-volume.muted, #custom-mic.muted {
padding-right: 15px;
}
#custom-audio-output.unmuted, #wireplumber {
#custom-volume.unmuted, #custom-mic.unmuted, #wireplumber {
color: @mauve;
border-bottom: 3px solid @mauve;
}