- This is scripts for volume control
- Termux GUI: https://github.com/phoenixbyrd/Termux_XFCE
- Create a folder, for example
$HOME/scripts/volume-control
- Create files with above contents:
up.sh
,down.sh
,mute.sh
- Add execute perm.:
chmod +x *.sh
- From GUI -> Find program Keyboard -> Tab Application Shortcuts
- Add 3 shortcuts:
/data/data/com.termux/files/home/scripts/volume-control/mute.sh
->AudioMute
key/data/data/com.termux/files/home/scripts/volume-control/up.sh
->AudioRaiseVolume
key/data/data/com.termux/files/home/scripts/volume-control/down.sh
->AudioLowerVolume
key
- Enjoy!
Its only today that I came up with your script. What I did is create a panel in xfce4 with 3 laucchers pointing to your script. Thanks a lot.

I hope the screenshot will be visible. I haven't finished yet