22 lines
280 B
CSS
22 lines
280 B
CSS
@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;
|
|
}
|