From fdbf4085bd5cdafe31fd9c886d67cd412ac9fed2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 12 Jun 2025 10:49:48 +0200 Subject: [PATCH] A dash of transparency for wofi too --- config/wofi/style.css | 1 + default/hypr/windows.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/config/wofi/style.css b/config/wofi/style.css index 53a9d89..e64548a 100644 --- a/config/wofi/style.css +++ b/config/wofi/style.css @@ -11,6 +11,7 @@ window { margin: 0px; padding: 20px; background-color: @base; + opacity: 0.95; } #inner-box { diff --git a/default/hypr/windows.conf b/default/hypr/windows.conf index 6254117..59ec765 100644 --- a/default/hypr/windows.conf +++ b/default/hypr/windows.conf @@ -11,3 +11,5 @@ windowrule = opacity 0.85 0.85, class:^(Spotify)$ # Fix some dragging issues with XWayland windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 + +layerrule = blur,wofi