mirror of
https://github.com/danth/stylix
synced 2024-11-21 19:53:10 +00:00
hyprland: revert attempt to address unavailable Hyprland breaking change (#608)
Revert commit762c07ee10
("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]:d1638a09ba
Link: https://github.com/danth/stylix/pull/608
This commit is contained in:
parent
762c07ee10
commit
f71c2effed
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue