Skip to content

Commit

Permalink
hyprland: adapt breaking changes (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
diniamo authored Nov 6, 2024
1 parent 04afcfc commit 762c07e
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."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 762c07e

Please sign in to comment.