From 762c07ee10b381bc8e085be5b6c2ec43139f13b0 Mon Sep 17 00:00:00 2001 From: diniamo <55629891+diniamo@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:17:03 +0100 Subject: [PATCH] hyprland: adapt breaking changes (#605) https://github.com/hyprwm/Hyprland/commit/d1638a09bacd84b994de3f77746b74f427b9d41e --- modules/hyprland/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/hm.nix b/modules/hyprland/hm.nix index 8d6ddd23d..7da4be40a 100644 --- a/modules/hyprland/hm.nix +++ b/modules/hyprland/hm.nix @@ -7,7 +7,7 @@ let rgba = color: alpha: "rgba(${color}${alpha})"; settings = { - decoration."col.shadow" = rgba base00 "99"; + decoration.shadow.color = rgba base00 "99"; general = { "col.active_border" = rgb base0D; "col.inactive_border" = rgb base03;