We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The way you define drop shadows on windows in the config changed, so updating hyprland breaks install.
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.
The text was updated successfully, but these errors were encountered:
JaKooLit/Hyprland-Dots@d315891
ill keep this issue open
Sorry, something went wrong.
@JaKooLit Didn't see that patch was merged in. Thanks for all your hard work on this script + the dotfiles.
Really appreciate it.
No branches or pull requests
Description
The way you define drop shadows on windows in the config changed, so updating hyprland breaks install.
Steps to Reproduce
Fix
In the ~/.config/hypr/UserConfigs/UserDecorAnimations.conf file, in the decoration {} block, remove all the shadow_ related stuff and replace with:
These are basically the same settings as they were originally, just in the new syntax.
The text was updated successfully, but these errors were encountered: