Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shadows render incorrectly inside overview #103

Open
nonetrix opened this issue Oct 31, 2024 · 2 comments
Open

Shadows render incorrectly inside overview #103

nonetrix opened this issue Oct 31, 2024 · 2 comments

Comments

@nonetrix
Copy link

I have the following shadow settings set

decoration {
    rounding = 10

    # Change transparency of focused and unfocused windows
    active_opacity = 1.0
    inactive_opacity = 1.0

    drop_shadow = true

    shadow_range = 300 
    shadow_render_power = 4
    col.shadow = rgba(1a1a1aaf)
    shadow_offset = 0 40
    shadow_scale = 0.9

    # https://wiki.hyprland.org/Configuring/Variables/#blur
    blur {
        enabled = true
        size = 3
        passes = 1
        
        vibrancy = 0.1696
    }
}

And shadows seem to render super big in the overview compared to what size they actually are in many cases, also I have shadows only on active windows making this more easy to see
image

@KZDKM
Copy link
Owner

KZDKM commented Nov 1, 2024

I cant see whats wrong in the picture. Are you on hyprland-git?

@nonetrix
Copy link
Author

nonetrix commented Nov 1, 2024

The shadow renders as a giant dark square with a sharp border
Screenshot_20241101-154913_1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants