Skip to content

Commit

Permalink
hyprland: add groupbar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaqo committed Jun 21, 2024
1 parent 97dcf3c commit ff6b36b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/hyprland/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ let
"col.border_inactive" = rgb base03;
"col.border_active" = rgb base0D;
"col.border_locked_active" = rgb base0C;

groupbar = {
text_color = rgb base05;
"col.active" = rgb base0D;
"col.inactive" = rgb base03;
};
};
misc.background_color = rgb base00;
};
Expand Down

0 comments on commit ff6b36b

Please sign in to comment.