From e8ff26ef91fdb3ceff34c7fd58630aa35c142d6f Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 27 May 2026 13:06:24 +0100 Subject: [PATCH] fix typo --- settings/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 8261d63..4b4dad3 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -236,8 +236,8 @@ in ''} -- Layer rules: blur behind bar and toasts - hl.layer_rule({ match = { namespace = "quickshell-bar" }, blur = true, ignorealpha = 0.3 }) - hl.layer_rule({ match = { namespace = "quickshell-toast" }, blur = true, ignorealpha = 0.3 }) + hl.layer_rule({ match = { namespace = "quickshell-bar" }, blur = true, ignore_alpha = 0.3 }) + hl.layer_rule({ match = { namespace = "quickshell-toast" }, blur = true, ignore_alpha = 0.3 }) -- Startup hl.on("hyprland.start", function()