From 98b0bf4391120790ba65bbe65591db2f15eb78f7 Mon Sep 17 00:00:00 2001 From: Sem Date: Sun, 29 Mar 2026 00:26:24 +0100 Subject: [PATCH] fix blur --- hypr/hyprland.conf | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 713a951..5df86dc 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -98,12 +98,12 @@ general { # https://wiki.hypr.land/Configuring/Variables/#decoration decoration { - rounding = 10 + rounding = 5 rounding_power = 2 # Change transparency of focused and unfocused windows - active_opacity = 1.0 - inactive_opacity = 1.0 + active_opacity = 0.9 + inactive_opacity = 0.85 shadow { enabled = true @@ -114,11 +114,14 @@ decoration { # https://wiki.hypr.land/Configuring/Variables/#blur blur { - enabled = true - size = 3 - passes = 1 + enabled = truef + size = 10 + passes = 2 + noise = 0.0117 + popups = false vibrancy = 0.1696 + new_optimizations = true } } @@ -240,7 +243,7 @@ bind = $mainMod, Return, exec, $terminal bind = $mainMod SHIFT, C, killactive, bind = $mainMod ALT SHIFT, L, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit bind = $mainMod, E, exec, $fileManager -bind = $mainMod, M, fullscreen, +bind = $mainMod, M, fullscreen, 1 bind = $mainMod SHIFT, M, togglefloating, bind = $mainMod, R, exec, $menu bind = $mainMod, P, exec, $programs