fix: flickering waybar

This commit is contained in:
catvayor 2024-12-08 10:00:01 +01:00
parent b56a4d57d1
commit ba5333323b
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -56,7 +56,7 @@
#waybar {
background: transparent;
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-weight: bold; */
font-size: 14px;