copy_potd.sh: add TODO

This commit is contained in:
Lukáš Kucharczyk 2022-10-26 12:19:13 +02:00
parent 647c207091
commit 2e029290f9
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 3 additions and 0 deletions

View File

@ -21,3 +21,6 @@ else
echo "$ORIGINAL does not exist."
exit 1
fi
# TODO: use below to create "copy all wallpapers" function
# for file in $HOME/.cache/plasma_engine_potd/*; do bfile=$(basename $file); cp "$file" "$HOME/Pictures/wallpapers/${bfile}_${TODAY}.jpg"; done