anufrievroman / waypaper

GUI wallpaper manager for Wayland and Xorg Linux systems
https://anufrievroman.gitbook.io/waypaper
GNU General Public License v3.0
277 stars 11 forks source link

fix: remove swww deprecation warning #42

Closed CalfMoon closed 1 month ago

CalfMoon commented 2 months ago

The usage of swww init instead of swww-daemon was causing a deprecation warning to appear "DEPRECATION WARNING: swww init IS DEPRECATED. Call swww-daemon directly instead".

swww init was depricated in version 0.9.0 of swww but swww-daemon was added back in version 0.7.0.

This fixes issue #39

anufrievroman commented 2 months ago

Thank you! I'll test and come back to you.

anufrievroman commented 1 month ago

Sorry for the delay, I had a problem with my wayland installation. It works, thank you!