From 93eabed4b7405ac83dfc97497e126aec1f2cc2bf Mon Sep 17 00:00:00 2001 From: Björn Thiel <7595965+ThaSiouL@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:33:37 +0100 Subject: move shadow options to decoration:shadow --- config/hypr/UserConfigs/UserDecorAnimations.conf | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'config/hypr/UserConfigs') diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index ef43fd6e..3701c146 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -19,12 +19,15 @@ decoration { dim_strength = 0.1 dim_special = 0.8 - drop_shadow = true - shadow_range = 6 - shadow_render_power = 1 - - col.shadow = $color12 - col.shadow_inactive = 0x50000000 + shadow { + enabled = true + range = 6 + render_power = 1 + + color = $color2 + color_inactive = 0x50000000 + } + blur { enabled = true -- cgit v1.2.3