Applied patch by ft and updated changelog
[grml-etc-core.git] / etc / zsh / functions.d / grml-wallpaper
1 if [[ -f /usr/share/grml/"$1" ]] ; then
2    Esetroot -scale /usr/share/grml/"$1"
3 else
4    Esetroot -scale "$@"
5 fi