diff options
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/swaylock.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/home-manager/swaylock.nix b/modules/home-manager/swaylock.nix index a709fc2..40c3adc 100644 --- a/modules/home-manager/swaylock.nix +++ b/modules/home-manager/swaylock.nix @@ -14,11 +14,11 @@ line-color = "00000000"; inside-color = "00000088"; separator-color = "00000000"; - fade-in = 4; - effect-blur = "7x5"; - effect-pixelate = "4"; + # fade-in = 4; + effect-blur = "7x2"; + effect-pixelate = "20"; effect-scale = 2; - effect-vignette = "0.5:0.5"; + # effect-vignette = "0.5:0.5"; # effect-compose = [ "0,1.5%;-1x10%;$HOME/.config/sway/lock.svg" "$@" ]; }; } |
