Skip to content

Commit

Permalink
Fix group variable changes in Hyprland module 🐛
Browse files Browse the repository at this point in the history
Accidentally removed this when fixing merge conflicts.
  • Loading branch information
danth committed Oct 28, 2023
1 parent c9a98dd commit 1c3edf5
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 @@ -19,9 +19,11 @@ in {
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 1c3edf5

Please sign in to comment.