1amSimp1e / dots

Nothing here but Dotfiles & Customization 💫
GNU General Public License v3.0
1.21k stars 70 forks source link

I can't install without getting an error... #68

Closed Ocnaibill closed 8 months ago

Ocnaibill commented 9 months ago

So I'm using the tutorial here from the official github, and every time I get an error in hyprland.conf blur settings. I think the configuration is old? so, I started to "update" some lines, but every time I got an error like: configuration error on line 82 error setting value for field

or something like this.

sorry if I'm being dumb, I just couldn't find anything about this.

1amSimp1e commented 9 months ago

Could you report which repository is causing the issue?

Ocnaibill commented 9 months ago

Could you report which repository is causing the issue?

Sorry, i forgot to tell. Late Night, i was trying to use Late Night.

palkyia commented 9 months ago

I had the same issue, I had to move the blur settings into their own category under decorations in hyprland.conf

blur { enabled=true size=6.8 new_optimizations = true
passes = 2
}

Ocnaibill commented 9 months ago

I had the same issue, I had to move the blur settings into their own category under decorations in hyprland.conf

blur { enabled=true size=6.8 new_optimizations = true passes = 2 } And just that made work?