#!/bin/sh bg=$(find ~/Pictures/Wallpapers/ -maxdepth 1 -type f | sort -R | head -1) feh --bg-scale "$bg"