improve eww
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
.cpubar { color: $base0C; }
|
||||
.gpubar { color: $base0E; }
|
||||
.membar { color: $base08; }
|
||||
.batbar { color: $base0B; }
|
||||
.batbar { color: $base0B; } // overridden by .bat-<state> below
|
||||
.cpubar, .gpubar, .membar, .batbar { @include background-base2; margin: $gaps-window 0; }
|
||||
|
||||
// Window chrome
|
||||
@@ -91,3 +91,8 @@
|
||||
background-color: transparent;
|
||||
margin: $popup-scale * 4pt;
|
||||
}
|
||||
|
||||
// Battery colour by state (scripts/sys/battery → .bat-<state>)
|
||||
.batbar, .bat-ring { color: $base0B; }
|
||||
.bat-charging { color: $base0C; }
|
||||
.bat-low { color: $base08; }
|
||||
|
||||
Reference in New Issue
Block a user