hyprland: style grouped window tabs

This commit is contained in:
2026-04-29 13:28:38 -07:00
parent 64c45e1060
commit 672cc14713

View File

@@ -1377,13 +1377,21 @@ hl.config({
}, },
groupbar = { groupbar = {
enabled = true, enabled = true,
font_size = 12, blur = true,
height = 22, font_size = 13,
gradients = true,
height = 26,
indicator_gap = 0,
indicator_height = 1,
rounding = 5,
gradient_rounding = 5,
text_padding = 8,
col = { col = {
active = "rgba(edb443ff)", active = "rgba(edb443ff)",
inactive = "rgba(091f2eff)", inactive = "rgba(101820f2)",
}, },
text_color = "rgba(091f2eff)", text_color = "rgba(091018ff)",
text_color_inactive = "rgba(f2f5f7ff)",
}, },
}, },
misc = { misc = {