diff --git a/.local/bin/get-nasa-apod b/.local/bin/get-nasa-apod index f0f2724..f069a4d 100755 --- a/.local/bin/get-nasa-apod +++ b/.local/bin/get-nasa-apod @@ -8,7 +8,7 @@ if [ "${API_KEY}" = "DEMO_KEY" ]; then echo "No API key set! using demo key." fi -WALLPAPERS="$(systemd-path user)"/Wallpapers +WALLPAPERS="$(systemd-path user)"/Pictures/nasa mkdir --parents "${WALLPAPERS}"