navi-pad.sh

Moderator: Forum moderators

Post Reply
User avatar
stemsee
Posts: 779
Joined: Sun Jul 26, 2020 8:11 am
Location: lattitude 8
Has thanked: 185 times
Been thanked: 131 times

navi-pad.sh

Post by stemsee »

This is supposed to be an on-screen navigation pad but I didn't add commands ... I leave it to each to decide what to do with it.

Code: Select all

[[ -f /root/sh/navi-pad.conf ]] && . /root/sh/navi-pad.conf
cmndone='bash -c "$acmnd"'
cmndtwo='bash -c "$bcmnd"'
cmndthree='bash -c "$ccmnd"'
cmndfour='bash -c "$dcmnd"'
cmndfive='bash -c "$ecmnd"'
cmndsix='bash -c "$fcmnd"'
cmndseven='bash -c "$gcmnd"'
cmndeight='bash -c "$hcmnd"'
cmndnine='bash -c "$icmnd"'
yad  --form --field="➖":fbtn  "$cmndone" --field="⬅️":fbtn "$cmndtwo" --field="❎":fbtn  "$cmndthree" --field="⬆️":fbtn "$cmndfour" --field="⏯️":fbtn "$cmndfive" --field="⬇️":fbtn "$cmndsix" --field="➕":fbtn "$cmndseven" --field="➡️":fbtn "$cmndeight" --field="🆗":fbtn "$cmndnine" --columns="3" --undecorated --no-buttons --skip-taskbar --on-top &
xscreenshot-20241028T135402.png
xscreenshot-20241028T135402.png (27.31 KiB) Viewed 103 times
Post Reply

Return to “Utilities”