From fd2372cc50fae8e834dcf03cdf56d2f891aa9aa6 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Mon, 13 Oct 2025 14:09:19 +0200 Subject: [PATCH] non important commit --- home/modules/hyprland.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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 = {