Last active
December 11, 2017 08:01
-
-
Save Mehran/ca2d2d862ee684e9d4f96263d4848071 to your computer and use it in GitHub Desktop.
Change kali rolling Walpaper Command line
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 | |
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