Skip to content

Instantly share code, notes, and snippets.

@Mehran
Last active December 11, 2017 08:01
Show Gist options
  • Save Mehran/ca2d2d862ee684e9d4f96263d4848071 to your computer and use it in GitHub Desktop.
Save Mehran/ca2d2d862ee684e9d4f96263d4848071 to your computer and use it in GitHub Desktop.
Change kali rolling Walpaper Command line
#!/bin/bash
mkdir -p ~/Pictures/Wallpapers/unsplash
rm -f ~/Pictures/Wallpapers/unsplash/*.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