diff --git a/modules/hyprland/hm.nix b/modules/hyprland/hm.nix index 7da4be40..8d6ddd23 100644 --- a/modules/hyprland/hm.nix +++ b/modules/hyprland/hm.nix @@ -7,7 +7,7 @@ let rgba = color: alpha: "rgba(${color}${alpha})"; settings = { - decoration.shadow.color = rgba base00 "99"; + decoration."col.shadow" = rgba base00 "99"; general = { "col.active_border" = rgb base0D; "col.inactive_border" = rgb base03;