Update .config/waybar/style.css
This commit is contained in:
parent
9d8a248e26
commit
5bb5629d36
1 changed files with 4 additions and 6 deletions
|
|
@ -5,14 +5,12 @@
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
@define-color primary_color rgba(0,0,0,0);
|
||||
@define-color primary_color #8BD0F0;
|
||||
@define-color secondary_color #393e46;
|
||||
@define-color tertiary_color deepskyblue;
|
||||
@define-color quaternary_color #eeeeee;
|
||||
|
||||
window#waybar {
|
||||
background-color: @primary_color;
|
||||
color: @tertiary_color;
|
||||
background-color: rgba(0,0,0,0);
|
||||
color: @primary_color;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
}
|
||||
|
|
@ -146,7 +144,7 @@ button:hover {
|
|||
}
|
||||
|
||||
#cava {
|
||||
color: @quaternary_color;
|
||||
color: @primary_color;
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue