#!/bin/bash
path=$XDG_CACHE_HOME/wallpaper
if [ $1 ]; then
echo $(realpath $1) > $path
fi
feh --no-fehbg --bg-scale $(cat $path)