some visibility of the mem, cpu, and bat bars
This commit is contained in:
parent
67193c257d
commit
28645f7175
2 changed files with 69 additions and 46 deletions
25
eww/eww.scss
25
eww/eww.scss
|
@ -153,16 +153,27 @@ tooltip label {
|
|||
}
|
||||
.iconmem {
|
||||
color: $base0A;
|
||||
padding: 9px 12px 8px 8px;
|
||||
}
|
||||
.iconbat {
|
||||
color: $base0B;
|
||||
color: $base0E;
|
||||
margin: 10px 10px 8px 10px;
|
||||
}
|
||||
.iconcpu {
|
||||
color: $base0B;
|
||||
color: $base0D;
|
||||
margin: 8px 11px 8px 8px;
|
||||
}
|
||||
.iconbat, .iconmem, .iconcpu {
|
||||
font-size: 15;
|
||||
margin: 10px;
|
||||
font-size: 12;
|
||||
}
|
||||
.mem_label {
|
||||
color: $base0A;
|
||||
}
|
||||
.cpu_label {
|
||||
color: $base0D;
|
||||
}
|
||||
.bat_label {
|
||||
color: $base0E;
|
||||
}
|
||||
.bright_icon {
|
||||
font-size: 18;
|
||||
|
@ -185,19 +196,19 @@ tooltip label {
|
|||
.mem_module {
|
||||
background-color: rgba(00, 00, 00, 0.0);
|
||||
border-radius: 16px;
|
||||
margin: 0px 10px 0px 10px;
|
||||
margin: 0px 0px 0px 5px;
|
||||
}
|
||||
|
||||
.bat_module {
|
||||
background-color: rgba(00, 00, 00, 0.0);
|
||||
border-radius: 16px;
|
||||
margin: 0px 10px 0px 10px;
|
||||
margin: 0px 5px 0px 0px;
|
||||
}
|
||||
|
||||
.cpu_module {
|
||||
background-color: rgba(00, 00, 00, 0.0);
|
||||
border-radius: 16px;
|
||||
margin: 0px 10px 0px 10px;
|
||||
margin: 0px 5px 0px 5px;
|
||||
}
|
||||
|
||||
.works {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue