hyprland: add 'groupbar' colors (#446)

This commit is contained in:
sdaqo 2024-06-23 16:20:48 +02:00 committed by GitHub
parent 1ddb78df07
commit 0fc4e9f144
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};