fixes groupbar config

This commit is contained in:
Michael Beck 2025-05-20 10:17:38 +02:00
parent b137caa3c4
commit d2cc23f982

View File

@ -7,7 +7,6 @@ source = ~/.config/hypr/config/colors.conf
# Variables wiki https://wiki.hyprland.org/0.45.0/Configuring/Variables/ # # Variables wiki https://wiki.hyprland.org/0.45.0/Configuring/Variables/ #
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#general # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#general
general { general {
gaps_in = 3 gaps_in = 3
gaps_out = 5 gaps_out = 5
border_size = 3 border_size = 3
@ -19,7 +18,6 @@ general {
snap { snap {
enabled = true enabled = true
} }
} }
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#gestures # 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 # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#groupbar
groupbar { groupbar {
font_size = 12 font_size = 13
height = 16 height = 15
indicator_height = 5 indicator_height = 2
rounding = 2 rounding = 0
font_family = "Fira Sans" font_family = "Fira Sans"
text_color = rgb(000000) text_color = 0xbbffffff
font_weight_active = ultraheavy
font_weight_inactive = normal
col.active = $cachydgreen col.active = $cachydgreen
col.inactive = $cachylgreen col.inactive = $cachylgreen
col.locked_active = $cachymgreen col.locked_active = $cachymgreen
col.locked_inactive = $cachydblue col.locked_inactive = $cachydblue
font_weight_active = heavy
font_weight_inactive = normal
} }
} }
@ -60,7 +57,7 @@ group {
misc { misc {
font_family = "Fira Sans" font_family = "Fira Sans"
splash_font_family = "Fira Sans" splash_font_family = "Fira Sans"
disable_hyprland_logo = true disable_hyprland_logo = false
col.splash = $cachylgreen col.splash = $cachylgreen
background_color = $cachydblue background_color = $cachydblue
enable_swallow = true enable_swallow = true