diff options
Diffstat (limited to 'tools/menu/radio')
-rwxr-xr-x | tools/menu/radio | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/menu/radio b/tools/menu/radio new file mode 100755 index 0000000..d551b6c --- /dev/null +++ b/tools/menu/radio @@ -0,0 +1,8 @@ +#!/bin/bash +source ~/.colors + +~/.tools/ratmenu -label "radio" \ + -style dreary -fg "$COLOR11" -bg "$COLOR0" \ + "gpredict" "urxvt -e bash -c 'gpredict -h && zsh'" \ + "rtlizer" "urxvt -e bash -c 'rtlizer -h && zsh'" \ + |