Skip to content

Instantly share code, notes, and snippets.

@FredrikAugust
Created February 27, 2017 22:17
Show Gist options
  • Save FredrikAugust/1d2ba7c12250072c5bc7d1a8ee48f5f4 to your computer and use it in GitHub Desktop.
Save FredrikAugust/1d2ba7c12250072c5bc7d1a8ee48f5f4 to your computer and use it in GitHub Desktop.
Set a random wallpaper from unsplash with 1920x1080 resolution
#!/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