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

20 lines
199 B
SCSS

.sysmon{
background: darkred;
color: black;
}
.danger{
color: red
}
.ram{
background: yellow;
}
.disk{
background: lightblue;
}
.cpu{
background: green;
}
.net{
background: purple;
}