From d2cc23f9821b8274abb39fc9e93c8ae25e01828c Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 20 May 2025 10:17:38 +0200 Subject: [PATCH] fixes groupbar config --- .config/hypr/config/variables.conf | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.config/hypr/config/variables.conf b/.config/hypr/config/variables.conf index 0e6f194..f9c73c6 100644 --- a/.config/hypr/config/variables.conf +++ b/.config/hypr/config/variables.conf @@ -7,7 +7,6 @@ source = ~/.config/hypr/config/colors.conf # Variables wiki https://wiki.hyprland.org/0.45.0/Configuring/Variables/ # # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#general general { - gaps_in = 3 gaps_out = 5 border_size = 3 @@ -19,7 +18,6 @@ general { snap { enabled = true } - } # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#gestures @@ -40,19 +38,18 @@ group { # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#groupbar groupbar { - font_size = 12 - height = 16 - indicator_height = 5 - rounding = 2 + font_size = 13 + height = 15 + indicator_height = 2 + rounding = 0 font_family = "Fira Sans" - text_color = rgb(000000) + text_color = 0xbbffffff + font_weight_active = ultraheavy + font_weight_inactive = normal col.active = $cachydgreen col.inactive = $cachylgreen col.locked_active = $cachymgreen col.locked_inactive = $cachydblue - font_weight_active = heavy - font_weight_inactive = normal - } } @@ -60,7 +57,7 @@ group { misc { font_family = "Fira Sans" splash_font_family = "Fira Sans" - disable_hyprland_logo = true + disable_hyprland_logo = false col.splash = $cachylgreen background_color = $cachydblue enable_swallow = true