#!/bin/bash feh --bg-fill "$(ls -1 ~/.bg.*.{jpg,png} | sort -R | head -1)" exit 1