From 8280d40eaef715d19acabf41d04735e5e0e9a984 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Fri, 29 Nov 2024 17:55:47 -0500 Subject: [PATCH] migrate hyprland shadow config Signed-off-by: ahuston-0 --- users/alice/home/hypr/hyprland.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/users/alice/home/hypr/hyprland.conf b/users/alice/home/hypr/hyprland.conf index f430319..f1f946c 100644 --- a/users/alice/home/hypr/hyprland.conf +++ b/users/alice/home/hypr/hyprland.conf @@ -77,10 +77,12 @@ decoration { passes = 1 } - drop_shadow = yes - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) + shadow { + enabled = yes + range = 4 + render_power = 3 + color = rgba(1a1a1aee) + } } animations {