From a68782c307f03fce3b5e6abe3b6f243d847ff6cb Mon Sep 17 00:00:00 2001
From: zachir <zachir@librem.one>
Date: Wed, 16 Aug 2023 13:14:58 -0500
Subject: Fix hyprland new submenu blur

---
 hypr/hyprland.conf | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 0ac537f..52766be 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -63,18 +63,24 @@ misc {
 decoration {
     # See https://wiki.hyprland.org/Configuring/Variables/ for more
     rounding = 10
-    blur = yes
-    blur_size = 3
-    blur_passes = 1
-    blur_new_optimizations = on
-    blur_xray = yes
     drop_shadow = yes
     shadow_range = 4
     shadow_render_power = 3
     col.shadow = rgba(1a1a1aee)
+    #{{{ Blur options
+    blur {
+        enabled = true
+        size = 3
+        passes = 1
+        new_optimizations = true
+        xray = true
+    }
+    #}}}
 }
+
 #}}}
 
+
 #{{{ Animations options
 animations {
     enabled = no
-- 
cgit v1.2.3