lil bit of styling

This commit is contained in:
2023-04-05 00:36:00 +01:00
parent 33e7850f2a
commit f6179c56df

View File

@@ -2,9 +2,20 @@
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;
}