From f700f0e9c4042027da11e43d18d2905010edf29d Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Fri, 11 Oct 2024 11:00:38 +0200 Subject: [PATCH] feat: hyprlock grace --- modules/home-manager/hyprlock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/hyprlock.nix b/modules/home-manager/hyprlock.nix index f4de712..4efc757 100644 --- a/modules/home-manager/hyprlock.nix +++ b/modules/home-manager/hyprlock.nix @@ -4,7 +4,7 @@ settings = { general = { disable_loading_bar = true; - grace = 3; + grace = 5; hide_cursor = true; no_fade_in = false; };