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 = {