diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index f4e5ca0..ac117aa 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -143,10 +143,12 @@ in new_optimizations = true; }; - 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)"; + }; }; "$mod" = "SUPER";