reujab / wallpaper.rs

A cross-platform Rust library for getting and setting desktop wallpapers
The Unlicense
96 stars 24 forks source link

feature: different wallpapers on diffrent screen #11

Open LuckyTurtleDev opened 2 years ago

LuckyTurtleDev commented 2 years ago

It would be a nice feature, if it is possible to set different wallpaper on different screens.

terrarier2111 commented 2 years ago

On some backends (for example Gnome) this would force us to generate a new, stretched image which means you could either only update the image of one screen if you provide the images of all the other screens as well (even if they aren't updated) or it would require us to do some sketchy stuff and save an image to disk somewhere

LuckyTurtleDev commented 2 years ago

I have already start to write my own wallpaper crate: https://github.com/LuckyTurtleDev/more-wallpapers So I do not need this feature at this crate anymore.

Feel free to close

terrarier2111 commented 2 years ago

I have already start to write my own wallpaper crate: https://github.com/LuckyTurtleDev/more-wallpapers So I do not need this feature at this crate anymore.

Feel free to close

I am not a maintainer of this crate, so i can't close anything

LuckyTurtleDev commented 2 years ago

I did not close the issue by myself. So the maintainer can decide by themselves, if he still want this feature.