Skip to content

Commit

Permalink
hyprland: revert attempt to address unavailable Hyprland breaking cha…
Browse files Browse the repository at this point in the history
…nge (#608)

Revert commit 762c07e ("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]: hyprwm/Hyprland@d1638a0

Link: #608
  • Loading branch information
trueNAHO authored Nov 7, 2024
1 parent 762c07e commit f71c2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hyprland/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f71c2ef

Please sign in to comment.