From b0ad2744612cd4f41ea3459430b4aa3bb9a6750e Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 16 Jul 2025 22:12:37 +0300 Subject: [PATCH] Create a dedicated folder for the daily NASA pictures --- .local/bin/get-nasa-apod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"