#!/bin/bash
cd /usr/share/backgrounds/
ls | xargs feh -q -z --bg-fill "$@" &
exit 0