diff options
Diffstat (limited to 'modules/apps')
-rw-r--r-- | modules/apps/hyprlock.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/apps/hyprlock.nix b/modules/apps/hyprlock.nix index 6d4d238..2bf70e3 100644 --- a/modules/apps/hyprlock.nix +++ b/modules/apps/hyprlock.nix @@ -24,6 +24,14 @@ in { "fingerprint:enabled" = config.fingerprint; }; + animations = { + enabled = true; + animation = [ + "fadeIn, 0" + "fadeOut, 0" + ]; + }; + background = { path = config.theme.lockscreen; color = base; |