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 = {
enabled = true,
font_size = 12,
height = 22,
blur = true,
font_size = 13,
gradients = true,
height = 26,
indicator_gap = 0,
indicator_height = 1,
rounding = 5,
gradient_rounding = 5,
text_padding = 8,
col = {
active = "rgba(edb443ff)",
inactive = "rgba(091f2eff)",
inactive = "rgba(101820f2)",
},
text_color = "rgba(091f2eff)",
text_color = "rgba(091018ff)",
text_color_inactive = "rgba(f2f5f7ff)",
},
},
misc = {