diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-03-18 03:14:15 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-03-18 03:14:15 +0000 |
| commit | 275581c9f824970f1646f60d9ed34258ea2dc9f2 (patch) | |
| tree | bd667bf2dc4db24082e9f0869b3392bbb80dc2a9 | |
| parent | 919b14b4cef330464b81c75a3a9c3c42f882b3e9 (diff) | |
swaylock grace is brokie
| -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 745d3ef..6c6fa03 100644 --- a/modules/home-manager/swaylock.nix +++ b/modules/home-manager/swaylock.nix @@ -5,15 +5,15 @@ ignore-empty-password = true; clock = true; screenshots = true; - grace = 10; + indicator = true; indicator-radius = 100; indicator-thickness = 7; ring-color = "455a64"; key-hl-color = "be5046"; text-color = "ffc107"; - line-color = 00000000; - inside-color = 00000088; - separator-color = 00000000; + line-color = "00000000"; + inside-color = "00000088"; + separator-color = "00000000"; fade-in = 4; effect-blur = "7x3"; effect-scale = 2; |
