SolDoesTech / HyprV4

516 stars 144 forks source link

Config Error #111

Open Elitekrd opened 1 week ago

Elitekrd commented 1 week ago

Was able to install and get my Nvidia card working. However, Ran into several issues that I am unsure on how to resolve. Any help would be appreciated.

Config error in file at line 75: config option does not exist line 76: config option does not exist Line 77: config option does not exist Line 78: config option does not exist Line 102: config option does not exist

dastewart commented 4 days ago

I didn't have a lot of time to investigate, but had the same issue. (Hyprland version 0.45.2 was installed when I executed the script).

If you go to the Decorations section of the referenced configuration wiki, it seems like shadow was moved to a subcategory. Replacing lines 75-78 in your ~/.config/hypr/hyprland.conf with the following worked for me:

    shadow {
        enabled = true
        range = 4
        render_power = 3
        color = rgba(1a1a1aee)
    }

Similarly update the block for line 102 to:

master {
    #See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
    new_status=master
}