lil bit of styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user