alot of messing with what I like for a desktop
This commit is contained in:
parent
2e8b8b98a2
commit
5a834ec5a3
14 changed files with 204 additions and 88 deletions
53
eww/eww.scss
53
eww/eww.scss
|
@ -44,7 +44,7 @@ $darktransparent: rgba(40, 42, 54, 0.97);
|
|||
.bar_class {
|
||||
background-color: $backtransparent;
|
||||
border-radius: 20px 20px 20px 20px;
|
||||
box-shadow: 2px 2px 5px 5px #101010;
|
||||
box-shadow: 5px 5px 4px 4px #202020;
|
||||
margin: 8px 18px 13px 18px;
|
||||
}
|
||||
.module {
|
||||
|
@ -121,31 +121,56 @@ tooltip label {
|
|||
border-radius: 10px;
|
||||
}
|
||||
.brightbar {
|
||||
margin-bottom: 2px;
|
||||
color: $base09;
|
||||
background-color: $widget-background;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.bright_label {
|
||||
color: $base09;
|
||||
}
|
||||
|
||||
.bright_icon {
|
||||
font-size: 18;
|
||||
color: $base09;
|
||||
margin: 0px 15px 0px 3px;
|
||||
}
|
||||
|
||||
.volbar trough highlight {
|
||||
background-color: $base08;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.volbar {
|
||||
margin-bottom: 2px;
|
||||
|
||||
.vol_module, .bright_module {
|
||||
background-color: rgba(00, 00, 00, 0.0);
|
||||
margin: 0px 3px 0px 5px;
|
||||
}
|
||||
|
||||
.volbar {
|
||||
color: $base08;
|
||||
background-color: $widget-background;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.vol_label {
|
||||
color: $base08;
|
||||
}
|
||||
|
||||
.volume_icon {
|
||||
font-size: 18;
|
||||
color: $base08;
|
||||
margin: 0px 15px 0px 3px;
|
||||
}
|
||||
|
||||
|
||||
.module_essid {
|
||||
font-size: 18;
|
||||
color: $base0C;
|
||||
// color: $base0C;
|
||||
margin: 0px 10px 0px 0px;
|
||||
}
|
||||
.module-wif {
|
||||
.module-wifi {
|
||||
font-size: 18;
|
||||
color: $base0C;
|
||||
margin: 0px 10px 0px 10px;
|
||||
// color: $base0C;
|
||||
margin: 0px 25px 0px 0px;
|
||||
}
|
||||
|
||||
.iconlauncher {
|
||||
|
@ -170,7 +195,13 @@ tooltip label {
|
|||
color: $base0D;
|
||||
margin: 8px 11px 8px 8px;
|
||||
}
|
||||
.iconbat, .iconmem, .iconcpu {
|
||||
.iconvol {
|
||||
margin: 10px 11px 8px 8px;
|
||||
}
|
||||
.iconbright {
|
||||
margin: 10px 14px 10px 8px;
|
||||
}
|
||||
.iconbat, .iconmem, .iconcpu .iconvol .iconbright {
|
||||
font-size: 12;
|
||||
}
|
||||
.mem_label {
|
||||
|
@ -221,7 +252,7 @@ tooltip label {
|
|||
.works {
|
||||
font-size: 22px;
|
||||
font-weight: normal;
|
||||
margin: 2px 0px 0px 20px;
|
||||
margin: 7px 0px 0px 20px;
|
||||
background-color: rgba(00, 00, 00, 0.0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue