From 0b4bb5dfae833eef0288aee69e713e91606b7473 Mon Sep 17 00:00:00 2001 From: Derisis13 Date: Thu, 26 Dec 2024 18:28:45 +0100 Subject: [PATCH] fix(hyprland): v0.45 shadow configuration --- hypr/hyprland.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 8661633..709b6e6 100755 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -72,11 +72,13 @@ decoration { passes = 1 } - drop_shadow = false - shadow_range = 4 - shadow_render_power = 3 + shadow { + enabled = false + range = 4 + render_power = 3 + color = rgba($baseAlphaee) + } # inactive_opacity = .72 hehe - col.shadow = rgba($baseAlphaee) } animations {