lil bit of styling
This commit is contained in:
@@ -2,9 +2,20 @@
|
|||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: @base;
|
background: @base;
|
||||||
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
color: @green;
|
color: @green;
|
||||||
background: @surface2;
|
background: @surface2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#battery.charging {
|
||||||
|
color: @base;
|
||||||
|
background: @green;
|
||||||
|
}
|
||||||
|
|
||||||
|
#battery.discharging {
|
||||||
|
color: @base;
|
||||||
|
background: @yellow;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user