From 2e029290f9846636e23b9b9e3dcede8f66c3960b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 26 Oct 2022 12:19:13 +0200 Subject: [PATCH] copy_potd.sh: add TODO --- copy_potd.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copy_potd.sh b/copy_potd.sh index 3c66964..6d1f985 100755 --- a/copy_potd.sh +++ b/copy_potd.sh @@ -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