Update Fan panel to include all configured fans.

This commit is contained in:
Jordan
2021-09-11 14:17:53 -04:00
parent 407d8ad000
commit d540c038a4
5 changed files with 187 additions and 84 deletions

View File

@@ -83,15 +83,22 @@ menuitem {
border-top: 0;
}
progress, trough {
trough {
min-height: 2em;
background-color: #586e75; /*base01*/
color: #fdf6e3; /*base3*/
border: 1px solid #002b36; /*base03*/
}
progress {
trough highlight, trough progress {
min-height: 2em;
background-color: #b58900; /*solarazed-yellow*/
color: #fdf6e3; /*base3*/
border: 1px solid #002b36; /*base03*/
}
trough progress.left {
border: 0px;
}
scale mark {