1 2 3 4
#!/bin/sh FOLDER="$HOME/.local/walls/current" [ -n "$1" ] && FOLDER="$1" ls -d "$FOLDER" | sort -R | head -n1 | xargs feh --bg-fill -z