Created
September 6, 2021 14:47
-
-
Save maxchene/2d8bd04831be855a0851adb027a07f63 to your computer and use it in GitHub Desktop.
KISS gnome wallpaper from unsplash API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget https://source.unsplash.com/5120x1440/?wallpaper -O ~/Images/wallpaper.jpg | |
gsettings set org.gnome.desktop.background picture-uri file:///home/$USER/Images/wallpaper.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment