Open s-aditya-k opened 1 year ago
@reujab Kind request for this also :)
@reujab +1
v4.0.0 is broken, if complied for windows and macos. So publishing is currently not possible.
I have a fork of this crates at version 4.0.0 with fix applied and removed from_url
feature publish on crates.io: more-wallpapers-fallback
But it is only intended for internal use at the more-wallpapers crate.
So more-wallpapers is the more advanced version of wallpapers? Might as well switch to it then :joy:
So more-wallpapers is the more advanced version of wallpapers? Might as well switch to it then 😂
Basically yes. It does additional support getting the current mode and setting wallpapers per screen.
However it does not downloading downloading images from the internet, since I think this is not the task of a wallpaper setting lib.
just implement it yourself for dark
gsettings set org.gnome.desktop.background picture-uri-dark /path/image.jpg
You can create a function to check the graphical environment, if it is Unity, Gnome or Cinnamon, use gsettings
There is a fork that has this fix on wallpaper = {git="https://github.com/reujab/wallpaper.rs.git", rev="20270387cb6533364830d18e8f69bb5b5f01ad43" }
I suppose. At least that is wat I depend on.
Currently for gnome dark mode, I am having to point to this git repository - it would be pretty helpful if you pushed 4.0.0 to crates.io :)