mylinuxforwork / dotfiles

The ML4W Dotfiles for Hyprland - An advanced and full-featured configuration for the dynamic tiling window manager Hyprland including an easy to use installation script for Arch based Linux distributions.
GNU General Public License v3.0
1.16k stars 89 forks source link

[BUG] ML4W breaks latest HyprLand 0.45.0 (git) build #411

Closed armenr closed 2 weeks ago

armenr commented 2 weeks ago

Describe the bug Looks like certain settings/configs are no longer valid.

To Reproduce I had to comment these settings out in order to get things working again...

    # drop_shadow = true
    # shadow_range = 30
    # shadow_render_power = 3
    # col.shadow = 0x66000000

Distribution (please complete the following information):

mylinuxforwork commented 2 weeks ago

@armenr Thanks for testing. Let me check.

mylinuxforwork commented 2 weeks ago

@armenr Can you send a screenshot wit the error message in hyprland-git?

Kenotic commented 2 weeks ago

Does this help? Like @armenr I had to comment out those 4 lines and it worked just fine. I'm also using Arch.

githubhypr1

mylinuxforwork commented 2 weeks ago

Great. That’s helpful.

mylinuxforwork commented 2 weeks ago

https://github.com/hyprwm/Hyprland/releases/tag/v0.45.0 https://wiki.hyprland.org/Configuring/Variables/#shadow

mylinuxforwork commented 2 weeks ago

@armenr Just tested with 0.45.0 and pushed an update to the main release. I have replace the former shadow definition with the new one in all decoration variation:

shadow {
    enabled = true
    range = 30
    render_power = 3
    color = 0x66000000
}

In addition, I have updated the Hyprland Settings App with the new shadow keywords.

Kenotic commented 2 weeks ago

Thank you!