Skip to content

Commit

Permalink
Fix group variable changes in Hyprland module (danth#169)
Browse files Browse the repository at this point in the history
This resolve the issues introduced in hyprwm/Hyprland#3522, which
moved group variables out of general and into their own section.
  • Loading branch information
Airradda authored and willemml committed Nov 24, 2023
1 parent bc5b0de commit 52fee7f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modules/hyprland/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ let
general = {
"col.active_border" = rgb base0A;
"col.inactive_border" = rgb base03;
"col.group_border" = rgb base0D;
"col.group_border_active" = rgb base06;
"col.group_border_locked_active" = rgb base06;
};
group = {
"col.border_inactive" = rgb base0D;
"col.border_active" = rgb base06;
"col.border_locked_active" = rgb base06;
};
misc.background_color = rgb base00;
};
Expand Down

0 comments on commit 52fee7f

Please sign in to comment.