cant use xdg in script not run from zsh

This commit is contained in:
Niklas 2020-06-18 14:30:19 +02:00
parent 46275d65d7
commit 6ef4a94508

View File

@ -6,7 +6,7 @@ set -e
[ -z "$@" ] && exit 0 [ -z "$@" ] && exit 0
LAST_BG_LOCATION="$XDG_CACHE_HOME/.last-bg" LAST_BG_LOCATION="$HOME/.cache/.last-bg"
feh --bg-scale $1 feh --bg-scale $1