From 2045b05b79650de39eb1dbd35966e5fb8915b160 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 7 Jun 2023 13:52:09 -0400 Subject: [PATCH] hyprland: Increase blur passes When blur is enabled, it should look like things are actually blurred. This has the advantage of making translucent windows work better when the opacity is set by hyprland. --- modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index db8c7543..9c3fde89 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -60,7 +60,7 @@ rounding = 0 blur = yes blur_size = 3 - blur_passes = 1 + blur_passes = 3 blur_new_optimizations = yes drop_shadow = yes shadow_range = 4