summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/apps/hyprlock.nix8
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;