From 997a0eba85968ab43077bbc1d0d3e9ea77657d70 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 24 Jun 2025 19:52:51 +0530 Subject: [PATCH] feat(hyprland): change blur settings --- modules/home/desktop/hyprland/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 1338c36..d674844 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -74,8 +74,9 @@ blur = { enabled = true; size = 5; - passes = 4; + passes = 3; ignore_opacity = true; + new_optimizations = true; xray = true; special = true; };