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