From f71c2effed1ce4f9fbeefe402e4e431428ffe93a Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:53:53 +0100 Subject: [PATCH] hyprland: revert attempt to address unavailable Hyprland breaking change (#608) Revert commit 762c07ee10b3 ("hyprland: adapt breaking changes (#605)"), which falsely attempted to address a Hyprland breaking change [1] which is not yet available as a Hyprland release or Nixpkgs package, and therefore not available through Stylix's inputs.nixpkgs input. To address the future breaking change, update Stylix's inputs.nixpkgs input after the next Hyprland release is included in nixpkgs/nixos-unstable. [1]: https://github.com/hyprwm/Hyprland/commit/d1638a09bacd84b994de3f77746b74f427b9d41e Link: https://github.com/danth/stylix/pull/608 --- 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 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;