From 672cc147131bb6a9d855ae953e26b39054c67a03 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 29 Apr 2026 13:28:38 -0700 Subject: [PATCH] hyprland: style grouped window tabs --- dotfiles/config/hypr/hyprland.lua | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/dotfiles/config/hypr/hyprland.lua b/dotfiles/config/hypr/hyprland.lua index fbe679ab..d8f6bbc9 100644 --- a/dotfiles/config/hypr/hyprland.lua +++ b/dotfiles/config/hypr/hyprland.lua @@ -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 = {