From 6123324a1bd97dd5df45b65f279b1a61c6f3e7ec Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 8 Jul 2026 15:49:13 +0200 Subject: [PATCH] fix: fix group bars --- config/matugen/templates/hyprland/colors.lua | 31 +++++++++++--------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/config/matugen/templates/hyprland/colors.lua b/config/matugen/templates/hyprland/colors.lua index cc70c93..4c66079 100644 --- a/config/matugen/templates/hyprland/colors.lua +++ b/config/matugen/templates/hyprland/colors.lua @@ -19,20 +19,23 @@ hl.config({ border_locked_active = "rgba({{colors.tertiary.default.hex_stripped}}cc)", border_locked_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}33)", }, - }, - groupbar = { - font_family = "Comfortaa", - height = 12, - font_size = 10, - text_color = "rgba({{colors.on_secondary.default.hex_stripped}}aa)", - text_color_inactive = "rgba({{colors.on_surface.default.hex_stripped}}aa)", - text_color_locked_active = "rgba({{colors.on_error.default.hex_stripped}}aa)", - text_color_locked_inactive = "rgba({{colors.on_surface.default.hex_stripped}}aa)", - col = { - active = "rgba({{colors.secondary.default.hex_stripped}}aa)", - inactive = "rgba({{colors.surface_container_low.default.hex_stripped}}aa)", - locked_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}aa)", - locked_active = "rgba({{colors.error.default.hex_stripped}}aa)", + groupbar = { + font_family = "Comfortaa", + height = 13, + font_size = 12, + text_color = "rgba({{colors.on_secondary.default.hex_stripped}}ff)", + text_color_inactive = "rgba({{colors.on_surface.default.hex_stripped}}ff)", + text_color_locked_active = "rgba({{colors.on_error.default.hex_stripped}}ff)", + text_color_locked_inactive = "rgba({{colors.on_surface.default.hex_stripped}}ff)", + indicator_gap = 0, + indicator_height = 3, + rounding = 3, + col = { + active = "rgba({{colors.secondary.default.hex_stripped}}ff)", + inactive = "rgba({{colors.surface_container_low.default.hex_stripped}}aa)", + locked_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}ff)", + locked_active = "rgba({{colors.error.default.hex_stripped}}aa)", + }, }, }, decoration = {