Files
dotfiles/.config/eww/widgets/sysmon.scss
2025-03-08 08:12:34 +01:00

20 lines
205 B
SCSS

.sysmon{
background: darkred;
color: black;
}
.danger{
color: red
}
.ram{
background: tan;
}
.disk{
background: mediumturquoise;
}
.cpu{
background: lightgreen;
}
.net{
background: plum;
}