Fix slight waybar color issues (blur...)
This commit is contained in:
@ -7,8 +7,7 @@ window#waybar {
|
|||||||
font-family: JetBrainsMono Nerd Font Mono;
|
font-family: JetBrainsMono Nerd Font Mono;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: @base;
|
color: @base;
|
||||||
background-color: @base;
|
background-color: rgba(239,241,245,0.6);
|
||||||
opacity: 0.6;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Square Widgets*/
|
/*Square Widgets*/
|
||||||
@ -18,6 +17,7 @@ window#waybar {
|
|||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 10px 0px 10px;
|
||||||
margin: 5px 5px 5px 5px;
|
margin: 5px 5px 5px 5px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Tux Icon*/
|
/*Tux Icon*/
|
||||||
|
Reference in New Issue
Block a user