summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data/hypr/hyprland.lua
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-hyprland-theme/theme-data/hypr/hyprland.lua')
-rw-r--r--raveos-hyprland-theme/theme-data/hypr/hyprland.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua
index de39343..ae265a9 100644
--- a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua
+++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua
@@ -186,9 +186,9 @@ hl.gesture({
--## HYPRSHELL LAYERS ###
--#######################
-hl.layerrule("blur", "hyprshell_overview")
-hl.layerrule("ignorezero", "hyprshell_overview")
-hl.layerrule("blur", "hyprshell_switch")
-hl.layerrule("ignorezero", "hyprshell_switch")
-hl.layerrule("blur", "hyprshell_launcher")
-hl.layerrule("ignorezero", "hyprshell_launcher")
+hl.layer_rule({ match = { namespace = "hyprshell_overview" }, blur = true })
+hl.layer_rule({ match = { namespace = "hyprshell_overview" }, ignore_alpha = true })
+hl.layer_rule({ match = { namespace = "hyprshell_switch" }, blur = true })
+hl.layer_rule({ match = { namespace = "hyprshell_switch" }, ignore_alpha = true })
+hl.layer_rule({ match = { namespace = "hyprshell_launcher" }, blur = true })
+hl.layer_rule({ match = { namespace = "hyprshell_launcher" }, ignore_alpha = true })