From c5414309625d6f20b637fc4618f93c3b78079632 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 27 May 2026 15:27:17 +0100 Subject: [PATCH] quickshell: set blur size 1 passes 3 Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 4d8d2c7..5aabcc0 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -116,6 +116,8 @@ in rounding = 8; blur = { enabled = true; + size = 1; + passes = 3; }; shadow.color = rgba c.base00 "99"; };