hyprland-plugins icon indicating copy to clipboard operation
hyprland-plugins copied to clipboard

visual bug when using hyprexpo and hyprbars

Open ashley-paul-12345 opened this issue 8 months ago • 0 comments

When using hyprexpo and hyprbars, hyprbars background disappear in the overview leaving the border edge as showed here:

Image

Image

Image

This is the config used for both:

plugin {
    hyprexpo {
        columns = 3
        gap_size = 8
        bg_col = rgb(111111)
        workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1

        enable_gesture = false # laptop touchpad
        gesture_fingers = 3  # 3 or 4
        gesture_distance = 300 # how far is the "max"
        gesture_positive = true # positive = swipe down. Negative = swipe up.
    }
    
    hyprbars {
        bar_height = 32
        bar_color = rgb(2c2c2c)
        bar_blur = true
        bar_title_enabled = false
        bar_buttons_alignment = right
        bar_button_padding = -12
        bar_padding = 8
        bar_precedence_over_border = true
        bar_part_of_window = true
        hyprbars-button = rgba(00000000), 33,,hyprctl dispatch killactive, rgb(fb9fb1)
        hyprbars-button = rgba(00000000), 33,,hyprctl dispatch fullscreen 1, rgb(6fc2ef)
        hyprbars-button = rgba(00000000), 33,,~/.config/hypr/Scripts/WindowCentering.sh , rgb(acc267)
    }
}

ashley-paul-12345 avatar Apr 09 '25 02:04 ashley-paul-12345