Monday, January 26, 2009

Random wallpaper

Low fat random wallpaper switcher. I use it with xmonad.
#!/bin/sh
feh --bg-center "$(find /home/me/img/wallpapers/ -type f | shuf | head -n 1)"

No comments: