jszczerbinsky / lwp

Multi-platform parallax wallpaper engine
MIT License
872 stars 12 forks source link

Only I have problem with this program? #61

Closed TedAlter closed 4 months ago

TedAlter commented 1 year ago

I need to edit the config file in main file. Can I get an example of filing filepath to walpaper? (Windows 10)

jszczerbinsky commented 1 year ago

Sorry for late response, I didn't have much time lately. Here is an example of setting wallpaper path:

monitor1_wallpaper=C:\path\to\dir

dir is a directory, which contains wallpaper.cfg and each layer's .bmp file. Also make sure You are using backslashes (\) instead of slashes (/).