#!/bin/sh IMGDIR=/usr/home/mats/graphics/new/images/wallpaper xloadimage -quiet -onroot $(find $IMGDIR -type f | nawk ' { img[n++] = $0 } END { srand(); print img[int(n * rand())] }') .