From 5fb392bb954c2d192873d02a86edfb6d3fe53544 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Fri, 23 May 2025 11:43:24 +0200 Subject: [PATCH] fix transparency bug --- modules/wm/hyprland/config/eww/eww.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wm/hyprland/config/eww/eww.scss b/modules/wm/hyprland/config/eww/eww.scss index e24c5aa..2eb9113 100644 --- a/modules/wm/hyprland/config/eww/eww.scss +++ b/modules/wm/hyprland/config/eww/eww.scss @@ -21,7 +21,7 @@ $overlay0: #6e738d; $surface2: #5b6078; $surface1: #494d64; $surface0: #363a4f; -$base: #24273a; +$base: rgba(36, 39, 58, 0.99); $mantle: #1e2030; $crust: #181926;