From 103eb2cecc01088c8b7e11efeeb064573efebc86 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Wed, 11 Jun 2025 15:41:00 -0300 Subject: [PATCH] :sparkles: hypr/decorations: improved blur settings --- hypr/shell/decorations.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/hypr/shell/decorations.conf b/hypr/shell/decorations.conf index 460786c..bb2379b 100644 --- a/hypr/shell/decorations.conf +++ b/hypr/shell/decorations.conf @@ -45,12 +45,13 @@ decoration { blur { enabled = true new_optimizations = true - xray = false # Setting to true can cause issues with nvidia cards! - size = 2 - passes = 5 - vibrancy = 0.9 - # popups = true - # popups_ignorealpha = 0.6 + xray = false # Setting to true may cause glitches on nvidia cards! + size = 18 + passes = 3 + vibrancy = 12 + + popups = false # Enable blur for popups + popups_ignorealpha = 0.7 } }