copy_potd.sh: add TODO
This commit is contained in:
parent
647c207091
commit
2e029290f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue