From f83d1ed67e03a51389f20efcc536fcf62836a893 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 27 Oct 2024 10:50:24 -0400 Subject: [PATCH] hyprland: increase blur size Should now match the picom blur a bit more. --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index c2460c98..77f38d87 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -105,7 +105,7 @@ in blur = { enabled = true; - size = 4; + size = 5; passes = 2; }; };