3º: Run the binary for the first time, it will create a file called sh-icon-tray.yml in your user's HOME, you can edit it by clicking on More -> Edit Config, customize with your commands.
root:
- label: My Projects
children:
- label: my-app-react
run: code ~/projects/my-app-react
- label: my-app-golang
run: code ~/projects/my-app-golang
- divider: true
- label: SYSTEM docker stats
run: docker stats
- label: SYSTEM htop
run: htop