fixes hyprland groups

This commit is contained in:
2026-08-20 23:44:01 +02:00
parent 069a09e77b
commit 0a03db8fe6
+3 -3
View File
@@ -30,12 +30,12 @@ hl.config({
["col.border_locked_inactive"] = color0, ["col.border_locked_inactive"] = color0,
groupbar = { groupbar = {
font_size = 12, font_size = 12,
height = 16, height = 1,
indicator_height = 16, indicator_height = 16,
rounding = 3, rounding = 5,
font_family = "Roboto Sans", font_family = "Roboto Sans",
text_color = background, text_color = background,
text_offset = -16, text_offset = -10,
font_weight_active = "bold", font_weight_active = "bold",
font_weight_inactive = "normal", font_weight_inactive = "normal",
["col.active"] = color4, ["col.active"] = color4,