This commit is contained in:
2023-04-12 20:32:07 +02:00
committed by soraefir
parent 10fbbc2654
commit a0e254fc81
88 changed files with 5385 additions and 4 deletions

76
home/gui/eww/css/_system.scss Executable file
View File

@@ -0,0 +1,76 @@
.membar {
color: $base08;
}
.cpubar {
color: $base0C;
}
.batbar {
color: $base0B;
}
.membar,
.cpubar,
.batbar {
background-color: $bg1;
}
.iconmem {
color: $base08;
}
.iconcpu {
color: $base0C;
}
.icon-text {
font-size: 3rem;
padding: .7rem;
}
.sys-text-sub {
color: $fg;
}
.sys-text-mem,
.sys-text-cpu {
font-size: 1rem;
font-weight: bold;
}
.sys-icon-mem,
.sys-icon-cpu {
font-size: 1.5rem;
margin: 1.5rem;
}
.system-info-box {
@include rounding;
background-color: $bg1;
margin: .5rem 1rem;
padding: .5rem;
}
.sys-mem,
.sys-cpu {
background-color: $bg;
}
.sys-icon-mem,
.sys-text-mem,
.sys-mem {
color: $base08;
}
.sys-icon-cpu,
.sys-text-cpu,
.sys-cpu {
color: $base0C;
}
.sys-box {
margin: .3em;
box { margin-left: 1rem; }
}