From dc4c7019390df7dc5eee4ee78687c58261c7f30a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 17 Jul 2025 09:33:53 -0400 Subject: fix hyprlock fade --- modules/apps/hyprlock.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/apps') 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; -- cgit v1.2.3-freya