From d0b488ac66a72530d64eaa5416032fbd501846eb Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Sun, 10 Mar 2024 21:06:37 +0530 Subject: [PATCH] update picom blur strength --- modules/home-manager/picom/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/picom/default.nix b/modules/home-manager/picom/default.nix index df44222..8e72bee 100644 --- a/modules/home-manager/picom/default.nix +++ b/modules/home-manager/picom/default.nix @@ -32,7 +32,7 @@ frame-opacity = 1; blur-background = true; blur-method = "dual_kawase"; - blur-strength = 6; + blur-strength = 10; corner-radius = 0;