File: android-deltas-sync/_etc/termux-widget-shims/icons/_install-icons-alts.sh

#===============================================================================
# Install alternative icons for Termux widgets, sans copy-paste.
# Run in Termux with these commands, using your install path in the first:
#
#    $ cd /sdcard/Download/android-deltas-sync/_etc/termux-widget-shims/icons
#    $ bash _install-icons-alts.sh
#
# Or run from any other folder; this script now always cds to its 
# own folder, so it can be run anywhere, and requires no path edits.
#
# See ../_TERMUX-WIDGET-HOWTO.txt for background details.
#===============================================================================

# run in this script's folder
cd "$(dirname "$0")"

A=alternates
cp -p $A/mergeall128.png  ~/.shortcuts/icons/initial-copy.py.png
cp -p $A/Mergeall1024.png ~/.shortcuts/icons/sync-changes.py.png
cp -p $A/noandroid11.png  ~/.shortcuts/icons/verify-phone.py.png
cp -p $A/androidfold.png  ~/.shortcuts/icons/export-phone.py.png

echo 'Mixed icons successfully installed'



[Home page] Books Code Blog Python Author Train Find ©M.Lutz