dotfiles/dotconfig/eww/perf_widget/perf.scss
2024-03-15 14:05:00 +00:00

52 lines
623 B
SCSS

.perf {
border-radius: 20px;
padding: 10px 20px;
background: rgba(40, 31, 30, 0.5);
}
.perf_box {
margin-left: 7px;
}
.perf_bar {
/*color: #FFFFFF;*/
/*background: #1d2021;*/
margin: 5px;
progress {
min-width: 17px;
background: #ff5d00;
}
}
.bat_bar {
margin: 3px;
progress {
min-width: 13px;
background: #ff9900;
}
}
.ram_bar {
margin: 3px;
progress {
min-width: 13px;
background: #ff8866;
}
}
.swap_bar {
margin: 3px;
progress {
min-width: 13px;
background: #444444;
}
}