fix: flickering waybar
This commit is contained in:
parent
b56a4d57d1
commit
ba5333323b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
#waybar {
|
#waybar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #bebebe;
|
color: #bebebe;
|
||||||
background-color: @base1;
|
background-color: alpha(@base1, 0.99); /* 0.99 fixes black glitch */
|
||||||
font-family: "Ubuntu", "Font Awesome 6 Free-Solid";
|
font-family: "Ubuntu", "Font Awesome 6 Free-Solid";
|
||||||
/* font-weight: bold; */
|
/* font-weight: bold; */
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
Loading…
Reference in a new issue