Files
nixcfg/users/daniel/configs/desktop/waybar/style.css
2023-04-05 00:36:00 +01:00

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;
}