mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
feat: waybar laptop fix
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
// "temperature",
|
||||
// "backlight",
|
||||
// "keyboard-state",
|
||||
// "battery",
|
||||
"battery",
|
||||
"clock",
|
||||
"tray",
|
||||
],
|
||||
|
||||
@@ -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 {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user