Created
October 24, 2013 13:16
-
-
Save jmmadruga/7137116 to your computer and use it in GitHub Desktop.
Just a small script to rotate Wallpapers using feh
This file contains 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/sh | |
sleep 5m | |
find ~/Imagens/Wallpapers/ -type f \( -name '*.jpg' -o -name '*.png' \) -print0 | | |
shuf -n1 -z | xargs -0 feh --bg-scale |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍 I added background loop support on my fork