#!/bin/sh

xwallpaper --stretch $(ls -1 $HOME/walls/*.png | shuf -n 1)
