fix typo
This commit is contained in:
parent
06fd382125
commit
e8ff26ef91
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue