You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.shortcuts: to store scripts that are run as normal Termux session.
.shortcuts/tasks: directory where to store scripts that always run in background. No Termux session created. This is alternative to above directory. Don't place your script into both.
.shortcuts/icons: directory to store icon files - obviously you can't have icon within Shell script text file, so it should be a separate file. Icons must be named like scriptname.png: if your script name is script.sh, then icon name should be script.sh.png. Otherwise widget won't be able to associate script with icon file. (NOTE: icon is optional!)
Not a great design, but so far no one contributed to make it better.
@sylirre There's also dynamic shortcuts at ~/.termux/widget/dynamic_shortcuts which are not yet incorporated to a published released but show up in README nonetheless
I just wish to add run a command with a home screen icon. Why is this so hard?
<details><summary></summary></details>
.can a generator command be written for this? or we can have a single config file.
The text was updated successfully, but these errors were encountered: