Skip to content

Instantly share code, notes, and snippets.

@Mehran
Last active May 4, 2018 14:24
Show Gist options
  • Save Mehran/aaed3770becbac31213eae74bd4489e7 to your computer and use it in GitHub Desktop.
Save Mehran/aaed3770becbac31213eae74bd4489e7 to your computer and use it in GitHub Desktop.
Kali Linux Wallpaper changer
rm -f ~/Pictures/Wallpapers/unsplash/"$(date +%F)".png
curl -s -L -o ~/Pictures/Wallpapers/unsplash/"$(date +%F)".png "https://unsplash.it/2560/1600/?random" > /dev/null
gsettings set org.gnome.desktop.background picture-uri file:///root/Pictures/Wallpapers/unsplash/"$(date +%F)".png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment