diff --git a/modules/hyprland/hm.nix b/modules/hyprland/hm.nix index 746e7f77..74d6592d 100644 --- a/modules/hyprland/hm.nix +++ b/modules/hyprland/hm.nix @@ -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; };