Skip to content

Instantly share code, notes, and snippets.

@bjin
Created June 8, 2012 21:03
Show Gist options
  • Save bjin/2898110 to your computer and use it in GitHub Desktop.
Save bjin/2898110 to your computer and use it in GitHub Desktop.
demo
This gist exceeds the recommended number of files (~10). To access all files, please clone this gist.
#!/usr/bin/env bash
while true; do
find "`dirname $0`" -type f \( -name '*.jpg' -o -name '*.png' \) -print0 | shuf -z | shuf -z | shuf -z -n5 | xargs -0 feh --bg-max
sleep 1m
done
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment