diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index e5472a2..cd2a9d6 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -200,6 +200,15 @@ programs.hyprlock = { enable = true; + + settings = { + general.hide_cursor = true; + + background = { + blur_size = 8; + blur_passes = 3; + }; + }; }; programs.hyprpanel = {