From 0a03db8fe6e785cc7554fd390cecca360bf1d1dd Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 20 Aug 2026 23:44:01 +0200 Subject: [PATCH] fixes hyprland groups --- .config/hypr/config/variables.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/config/variables.lua b/.config/hypr/config/variables.lua index ec30973..4bbc12b 100644 --- a/.config/hypr/config/variables.lua +++ b/.config/hypr/config/variables.lua @@ -30,12 +30,12 @@ hl.config({ ["col.border_locked_inactive"] = color0, groupbar = { font_size = 12, - height = 16, + height = 1, indicator_height = 16, - rounding = 3, + rounding = 5, font_family = "Roboto Sans", text_color = background, - text_offset = -16, + text_offset = -10, font_weight_active = "bold", font_weight_inactive = "normal", ["col.active"] = color4,