From d83e7f0bf3389899d69c902e5354fe602d38067e Mon Sep 17 00:00:00 2001 From: soraefir Date: Tue, 16 Jun 2026 18:55:43 +0200 Subject: [PATCH] migrate lock for oled --- modules/home/wayland/apps/lockscreen/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/wayland/apps/lockscreen/default.nix b/modules/home/wayland/apps/lockscreen/default.nix index 665e906..9f5f082 100755 --- a/modules/home/wayland/apps/lockscreen/default.nix +++ b/modules/home/wayland/apps/lockscreen/default.nix @@ -21,8 +21,8 @@ { monitor = ""; path = "screenshot"; # screenshots - blur_passes = 3; # effect-pixelate=5 approximation - blur_size = 8; + blur_passes = 2; # effect-pixelate=5 approximation + blur_size = 4; noise = 0.01; zindex = -1; }