diff --git a/dot_config/hypr/hyprland.conf.tmpl b/dot_config/hypr/hyprland.conf.tmpl index 2a895f95a647b4dba769de1fd1ee2b5395297c4f..e89e6ad7c5c5503f7811cc8d6541e4b629dabe75 100644 --- a/dot_config/hypr/hyprland.conf.tmpl +++ b/dot_config/hypr/hyprland.conf.tmpl @@ -123,9 +123,20 @@ gestures { } group { - insert_after_current = false - col.border_active = rgba(000000ee) - col.border_inactive = rgba(000000ee) + insert_after_current = false + + groupbar { + font_family = "{{ .font }}" + font_size = 12 +{{- if eq .theme_variant "light" }} + text_color = rgb(4c4f69) + col.active = rgba(cdd6f4b0) rgba(cdd6f400) 0deg + col.inactive = rgba(dce0e8b0) rgba(dce0e800) 0deg +{{- else if eq .theme_variant "dark" }} + col.active = rgba(b7bdf8) + col.inactive = rgba(6e738d) +{{- end }} + } } misc {