From 060e6735bfcbf021d6e2ff0733f6d1db1eeb254a Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 13 Nov 2024 13:45:02 +0100 Subject: [PATCH] chore(hypr): Migrated shadow config to new v0.45 schema --- de/hypr/hyprland.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/de/hypr/hyprland.conf b/de/hypr/hyprland.conf index 5bef7ea..d5c85bc 100644 --- a/de/hypr/hyprland.conf +++ b/de/hypr/hyprland.conf @@ -53,10 +53,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 = 4 + color = rgba(1a1a1aee) + } } animations {