feat: waybar laptop fix

This commit is contained in:
2024-10-04 11:03:49 +02:00
parent 5b30b9e600
commit f326cab59f
4 changed files with 11 additions and 8 deletions

View File

@@ -96,6 +96,8 @@ window#waybar.chromium {
#backlight,
#network,
#pulseaudio,
#pulseaudio.muted,
#pulseaudio.bluetooth,
#wireplumber,
#custom-media,
#tray,
@@ -203,15 +205,12 @@ label:focus {
background-color: #964B00;
}*/
#pulseaudio {
#pulseaudio,
#pulseaudio.muted,
#pulseaudio.bluetooth {
color: @cyan;
}
#pulseaudio.muted {
background-color: #fbf1c7;
color: #af3a03;
}
#tray {
}