Created
February 27, 2017 22:17
-
-
Save FredrikAugust/1d2ba7c12250072c5bc7d1a8ee48f5f4 to your computer and use it in GitHub Desktop.
Set a random wallpaper from unsplash with 1920x1080 resolution
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/random/1920x1080 -O ~/.wallpaper.jpg | |
feh --bg-fill ~/.wallpaper.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment