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

[Info]: Hyprland 0.45.0 breaks setup due to window decoration syntax changes #171

Open
taylor-shift opened this issue Nov 12, 2024 · 2 comments

Comments

@taylor-shift
Copy link

Description

The way you define drop shadows on windows in the config changed, so updating hyprland breaks install.

Steps to Reproduce

  1. Update to latest hyprland (as of 3 days ago)
  2. Reboot
  3. You will get errors about your config, setup will break

Fix

In the ~/.config/hypr/UserConfigs/UserDecorAnimations.conf file, in the decoration {} block, remove all the shadow_ related stuff and replace with:

shadow {
    enabled = true
    range = 6
    render_power = 1
    color = $color12
    color_inactive = 0x50000000
}

These are basically the same settings as they were originally, just in the new syntax.

@JaKooLit
Copy link
Owner

JaKooLit/Hyprland-Dots@d315891

ill keep this issue open

@taylor-shift
Copy link
Author

@JaKooLit Didn't see that patch was merged in. Thanks for all your hard work on this script + the dotfiles.

Really appreciate it.

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