eww: syswin layout change
This commit is contained in:
@ -30,7 +30,9 @@ color: $base0B;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.cpu-core-usage, .gpu-core-usage {
|
||||
|
||||
|
||||
.cpu-core-usage, .gpu-core-usage, .memory-usage {
|
||||
background-color: $bg0;
|
||||
border-radius: $border-radius;
|
||||
padding: 2pt;
|
||||
@ -38,26 +40,34 @@ color: $base0B;
|
||||
|
||||
}
|
||||
|
||||
.cpu-core-usage trough *, .gpu-core-usage trough * {
|
||||
.cpu-core-usage trough * {
|
||||
background-color: $base0C;
|
||||
border-radius: $border-radius;
|
||||
padding: 2pt;
|
||||
}
|
||||
.gpu-core-usage trough * {
|
||||
background-color: $base0E;
|
||||
border-radius: $border-radius;
|
||||
padding: 2pt;
|
||||
}
|
||||
|
||||
.memory-usage trough * {
|
||||
background-color: $base08;
|
||||
border-radius: $border-radius;
|
||||
padding: 2pt;
|
||||
}
|
||||
|
||||
|
||||
.spacer {
|
||||
color: $bg1;
|
||||
padding: $gaps-window;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.sys-win {
|
||||
margin: $gaps-screen;
|
||||
}
|
||||
|
||||
|
||||
.sys-win-sub {
|
||||
@include window;
|
||||
background-color: $bg1;
|
||||
color: $fg;
|
||||
margin: $gaps-screen;
|
||||
padding: .5em;
|
||||
margin: $gaps-window;
|
||||
}
|
||||
|
Reference in New Issue
Block a user