setWallpaperRandomPicture.sh 99 B

123
  1. #/bin/sh
  2. feh --bg-scale "$(find ~/pictures/wallpapers/* -type f | sort --random-sort | head -n 1)"