From 1666a0225b308e27623adcb621a2ee388c1b844c Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sat, 21 Jun 2025 09:43:38 +0200 Subject: [PATCH] hyprlock blur --- modules/home/hyprlock.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprlock.nix b/modules/home/hyprlock.nix index 35a3331..decdf75 100644 --- a/modules/home/hyprlock.nix +++ b/modules/home/hyprlock.nix @@ -7,7 +7,8 @@ in { background = { # Background image is set in host specific configuration #path = "$HOME/git/nixos/modules/home/images/sky.png"; - blur_passes = 2; + blur_size = 3; + blur_passes = 4; contrast = 1; brightness = 0.5; vibrancy = 0.2;