From da1de4a9f5a76c1e956f2684c936d8a185de3fb0 Mon Sep 17 00:00:00 2001 From: satr14 Date: Tue, 16 Jun 2026 07:52:52 +0700 Subject: [PATCH] blur tweaks --- modules/home/rice/compositor.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/modules/home/rice/compositor.nix b/modules/home/rice/compositor.nix index 17c16c0..dbf640e 100644 --- a/modules/home/rice/compositor.nix +++ b/modules/home/rice/compositor.nix @@ -87,9 +87,15 @@ blur = { enabled = true; - size = 3; - passes = 1; - vibrancy = 0.1696; + size = 7; + passes = 3; + ignore_opacity = true; + + noise = 0.05; + contrast = 1.5; + + xray = false; + new_optimizations = true; }; };