From 58be66b66e6afcd92c1a14e4182df941bb3d36da Mon Sep 17 00:00:00 2001 From: zachir 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(-) (limited to 'hypr') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 915c9cc..86b4557 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -64,18 +64,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