diff --git a/.local/share/scripts/set-bg.sh b/.local/share/scripts/set-bg.sh index 5b54fd3..997d116 100755 --- a/.local/share/scripts/set-bg.sh +++ b/.local/share/scripts/set-bg.sh @@ -6,7 +6,7 @@ set -e [ -z "$@" ] && exit 0 -LAST_BG_LOCATION="$HOME/.cache/.last-bg" +LAST_BG_LOCATION="$XDG_CACHE_HOME/last-bg" feh --bg-scale $1