moves groupbar config to correct file

This commit is contained in:
Michael Beck 2025-05-20 10:11:26 +02:00
parent a9092f8389
commit b137caa3c4

View File

@ -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
}