From 58654d5cbd342eeae6fc6f0c76472851c7b4716b Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 18 Mar 2025 21:53:35 +0100 Subject: [PATCH] change blur size --- home/system/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index a984ebd..2411429 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -112,7 +112,7 @@ in { }; blur = { enabled = if blur then "true" else "false"; - size = 16; + size = 18; }; };