improve eww

This commit is contained in:
2026-09-10 19:54:50 +02:00
parent e551d36e1c
commit 7bb27f9373
46 changed files with 1296 additions and 1092 deletions
@@ -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; }