diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 0ec282b..10fc04d 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -122,10 +122,12 @@ decoration = { rounding = 10; - drop_shadow = true; - shadow_range = 4; - shadow_render_power = 3; - "col.shadow" = "rgba(1a1a1aee)"; + shadow = { + enabled = true; + range = 4; + render_power = 3; + color = "rgba(1a1a1aee)"; + }; blur = { enabled = true;