From 3de7c95cddcf07485e443ec6da5676685a5992cb Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Fri, 23 May 2025 11:46:10 +0200 Subject: [PATCH] fix transparency issue --- modules/wm/hyprland/config/wofi/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/wm/hyprland/config/wofi/style.css b/modules/wm/hyprland/config/wofi/style.css index e53c456..9673eeb 100644 --- a/modules/wm/hyprland/config/wofi/style.css +++ b/modules/wm/hyprland/config/wofi/style.css @@ -45,7 +45,7 @@ @define-color surface0 #363a4f; @define-color surface0-rgb rgb(54, 58, 79); @define-color base #24273a; -@define-color base-rgb rgb(36, 39, 58); +@define-color base-rgb rgba(36, 39, 58, 0.99); @define-color mantle #1e2030; @define-color mantle-rgb rgb(30, 32, 48); @define-color crust #181926; @@ -62,7 +62,7 @@ window { padding: 10px; border: 3px solid @lavender; border-radius: 10px; - background-color: @base; + background-color: @base-rgb; /* animation: slideIn 0.5s ease-in-out both; */ }