From b137caa3c4300fefc87aa5b2f5511f9c54e3d353 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 20 May 2025 10:11:26 +0200 Subject: [PATCH] moves groupbar config to correct file --- .config/hypr/config/variables.conf | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.config/hypr/config/variables.conf b/.config/hypr/config/variables.conf index 113e3e7..0e6f194 100644 --- a/.config/hypr/config/variables.conf +++ b/.config/hypr/config/variables.conf @@ -40,14 +40,22 @@ group { # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#groupbar groupbar { + font_size = 12 + height = 16 + indicator_height = 5 + rounding = 2 font_family = "Fira Sans" - text_color = $cachydblue + text_color = rgb(000000) col.active = $cachydgreen col.inactive = $cachylgreen col.locked_active = $cachymgreen col.locked_inactive = $cachydblue + font_weight_active = heavy + font_weight_inactive = normal + } } + # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#misc misc { font_family = "Fira Sans" @@ -78,3 +86,7 @@ master { new_status = master special_scale_factor = 0.8 } + +cursor { + no_hardware_cursors = true +}