Skip to content

Commit

Permalink
hyprland: adapt breaking changes (danth#610)
Browse files Browse the repository at this point in the history
Reviewed-by: NAHO <[email protected]>

Fixes: f71c2ef ("hyprland: revert attempt to address unavailable Hyprland breaking change (danth#608)")
  • Loading branch information
diniamo authored Nov 15, 2024
1 parent e0a2788 commit 5ab1207
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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."col.shadow" = rgba base00 "99";
decoration.shadow.color = rgba base00 "99";
general = {
"col.active_border" = rgb base0D;
"col.inactive_border" = rgb base03;
Expand Down

0 comments on commit 5ab1207

Please sign in to comment.