From 8057a6f2ee12e2e623d650127029335f6c13bace Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 18 Nov 2025 12:17:57 +0100 Subject: [PATCH] hyprland better blur --- home-modules/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-modules/hyprland.nix b/home-modules/hyprland.nix index 664baf7..8a4783d 100644 --- a/home-modules/hyprland.nix +++ b/home-modules/hyprland.nix @@ -161,8 +161,8 @@ in { blur = { enabled = true; - size = "10"; - passes = "2"; + size = "2"; + passes = "4"; xray = false; vibrancy = 0.5; ignore_opacity = true;