From ba5333323b2feb041a37c1fd1196ba75f59b0558 Mon Sep 17 00:00:00 2001 From: catvayor Date: Sun, 8 Dec 2024 10:00:01 +0100 Subject: [PATCH] fix: flickering waybar --- modules/desktop/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/waybar/style.css b/modules/desktop/waybar/style.css index 724c20b..fee14f4 100644 --- a/modules/desktop/waybar/style.css +++ b/modules/desktop/waybar/style.css @@ -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;