Create a dedicated folder for the daily NASA pictures

This commit is contained in:
Ohad Livne 2025-07-16 22:12:37 +03:00
parent 777b88a37f
commit b0ad274461
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -8,7 +8,7 @@ if [ "${API_KEY}" = "DEMO_KEY" ]; then
echo "No API key set! using demo key." echo "No API key set! using demo key."
fi fi
WALLPAPERS="$(systemd-path user)"/Wallpapers WALLPAPERS="$(systemd-path user)"/Pictures/nasa
mkdir --parents "${WALLPAPERS}" mkdir --parents "${WALLPAPERS}"