regular update
This commit is contained in:
parent
d33ecc32e7
commit
3347dada32
22 changed files with 322 additions and 70 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@define-color foreground #c5c5c5;
|
||||
@define-color background #242424;
|
||||
@define-color background #18191c;
|
||||
|
||||
@define-color accentColor #b6c8d3;
|
||||
|
|
@ -18,7 +18,7 @@ window#waybar {
|
|||
transition-property: background-color;
|
||||
transition-duration: 0.5s;
|
||||
border-radius: 4px;
|
||||
border: 1px solid alpha(@active, 0.3);
|
||||
border: 1px solid alpha(@active, 0.2);
|
||||
background: @background;
|
||||
background: alpha(@background, 0.7);
|
||||
color: lighter(@active);
|
||||
|
|
@ -63,7 +63,7 @@ tooltip label {
|
|||
border-radius: 4px;
|
||||
background: alpha(@background, 0.5);
|
||||
color: lighter(@active);
|
||||
border: 1px solid alpha(@active, 0.2);
|
||||
border: 1px solid alpha(@active, 0.1);
|
||||
}
|
||||
|
||||
#gcpu,
|
||||
|
|
@ -86,7 +86,7 @@ tooltip label {
|
|||
border-radius: 2px;
|
||||
margin: 2px 1px 3px 1px;
|
||||
background: alpha(darker(@active), 0.3);
|
||||
border: 1px solid alpha(darker(@active), 0.3);
|
||||
border: 1px solid alpha(darker(@active), 0.2);
|
||||
}
|
||||
|
||||
/* Override specific parameters*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue