This commit is contained in:
rope 2026-05-27 13:06:24 +01:00
parent 06fd382125
commit e8ff26ef91

View file

@ -236,8 +236,8 @@ in
''} ''}
-- Layer rules: blur behind bar and toasts -- 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-bar" }, blur = true, ignore_alpha = 0.3 })
hl.layer_rule({ match = { namespace = "quickshell-toast" }, blur = true, ignorealpha = 0.3 }) hl.layer_rule({ match = { namespace = "quickshell-toast" }, blur = true, ignore_alpha = 0.3 })
-- Startup -- Startup
hl.on("hyprland.start", function() hl.on("hyprland.start", function()