Files
dotfiles/.config/eww/widgets/battery.scss

9 lines
93 B
SCSS

.battery{
background: lightgreen;
color: black;
}
.Discharging{
background: orange;
}