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

0.46 Update breaking the config #18

Open
PrianshuRai opened this issue Dec 22, 2024 · 0 comments
Open

0.46 Update breaking the config #18

PrianshuRai opened this issue Dec 22, 2024 · 0 comments

Comments

@PrianshuRai
Copy link

hi.. i m following you video for the new setup during which i encounter an error:

decoration:drop_shadow doest not exists.
decoration:shadow_range doest not exists.
decoration:shadow_render_power doest not exists.
decoration:col.shadow doest not exists.

this is the fix i tried,

decoration {
rounding = 10

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

# drop_shadow = true
# shadow_range = 4
# shadow_render_power = 3
col.shadow = rgba(1a1a1aee)

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

    vibrancy = 0.1696
}
shadow {
enabled = true
range = 4
render_power = 3
}

}

as per my research, what i found is, in the latest update, these values has been changed
i also got some sort of help from this page, link

thanks a lot for your great work!!

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

1 participant