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

enhancement: Add hyprpaper backend support #45

Closed nikolaizombie1 closed 1 month ago

nikolaizombie1 commented 1 month ago

I added hyprpaper support using hyprrctl. I tested it with --restore flag and it restores the wallpapers properly. The monitor variable in changer.py was locally changed to be an empty string if it was set to All so that hyprpaper would set it to all monitors correctly.

This fixes issue #7 .

anufrievroman commented 1 month ago

Hi, that's interesting! Thank you, I'll try to check it today.