diff options
| -rw-r--r-- | modules/home-manager/swaylock.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home-manager/swaylock.nix b/modules/home-manager/swaylock.nix index 6c6fa03..1b69d75 100644 --- a/modules/home-manager/swaylock.nix +++ b/modules/home-manager/swaylock.nix @@ -15,7 +15,8 @@ inside-color = "00000088"; separator-color = "00000000"; fade-in = 4; - effect-blur = "7x3"; + effect-blur = "7x5"; + effect0pixelate = "4"; effect-scale = 2; effect-vignette = "0.5:0.5"; # effect-compose = [ "0,1.5%;-1x10%;$HOME/.config/sway/lock.svg" "$@" ]; |
