fixes groupbar config
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user