#!/bin/bash

IMG="$HOME/images/"$(ls ~/images/ | sort -R | head -1)

feh --bg-fill "$IMG"