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()