summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data/hypr/hyprland.lua
diff options
context:
space:
mode:
authorNippy <nippy@rp1.hu>2026-06-07 22:07:01 +0200
committerNippy <nippy@rp1.hu>2026-06-07 22:07:01 +0200
commite870aa71ea65a92cb9ef76f2ac4889036d9020eb (patch)
treef88c2faba117280cf926f4e9ad42d994dca2cc9d /raveos-hyprland-theme/theme-data/hypr/hyprland.lua
parentc50e5c9839c4a1f4b0972403d74023d7a9e1b4bb (diff)
downloadRaveOS-PKGBUILD-e870aa71ea65a92cb9ef76f2ac4889036d9020eb.tar.gz
RaveOS-PKGBUILD-e870aa71ea65a92cb9ef76f2ac4889036d9020eb.zip
RaveosHyperland update
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 })