Steam deck perhaps
This commit is contained in:
51
users/configs/desktop/waybar/style.css
Normal file
51
users/configs/desktop/waybar/style.css
Normal file
@@ -0,0 +1,51 @@
|
||||
@import "macchiato.css";
|
||||
|
||||
window#waybar {
|
||||
background: @base;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @green;
|
||||
background: @surface2;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
color: @base;
|
||||
background: @green;
|
||||
}
|
||||
|
||||
#battery.discharging {
|
||||
color: @base;
|
||||
background: @yellow;
|
||||
}
|
||||
|
||||
* {
|
||||
border: none;
|
||||
min-height: 0;
|
||||
font-family: "Iosevka Nerd Font Propo", "Font Awesome";
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#workspaces, #tray, #battery, #backlight, #pulseaudio, #network {
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
#network.ethernet, #network.wifi {
|
||||
color: @base;
|
||||
background: @blue;
|
||||
}
|
||||
|
||||
#network.disabled, #network.disconnected {
|
||||
color: @base;
|
||||
background: @red;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: @base;
|
||||
background: @green;
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
background: @red;
|
||||
}
|
||||
Reference in New Issue
Block a user