diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 01:39:43 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 01:39:43 +0200 |
commit | d923956d4866beb5093c89e0c1a4f54a9c37070f (patch) | |
tree | 849dcc217039940b4f41e1e82f595c7a00669d99 /config/ratpoison/menu/bluetooth | |
parent | 26a62982eab36ee68608a61306e6fab6447edd8a (diff) | |
download | dotfiles-d923956d4866beb5093c89e0c1a4f54a9c37070f.tar.gz dotfiles-d923956d4866beb5093c89e0c1a4f54a9c37070f.tar.bz2 dotfiles-d923956d4866beb5093c89e0c1a4f54a9c37070f.zip |
major fixes and rearrangement
Diffstat (limited to 'config/ratpoison/menu/bluetooth')
-rwxr-xr-x | config/ratpoison/menu/bluetooth | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/config/ratpoison/menu/bluetooth b/config/ratpoison/menu/bluetooth new file mode 100755 index 0000000..52416f5 --- /dev/null +++ b/config/ratpoison/menu/bluetooth @@ -0,0 +1,36 @@ +#!/bin/bash +source ~/.colors + +~/.tools/ratmenu -label "bluetooth" \ + -style dreary -fg "$COLOR11" -bg "$COLOR0" \ + "bluebugger" "urxvt -e bash -c 'bluebugger -h && zsh'" \ + "bluelog" "urxvt -e bash -c 'bluelog -h && zsh'" \ + "bluepot" "urxvt -e bash -c 'bluepot && zsh'" \ + "blueprint" "urxvt -e bash -c 'blueprint -h && zsh'" \ + "blueranger" "urxvt -e bash -c 'blueranger && zsh'" \ + "bluescan" "urxvt -e bash -c 'bluescan && zsh'" \ + "bluesnarfer" "urxvt -e bash -c 'bluesnarfer -h && zsh'" \ + "braces" "urxvt -e bash -c 'braces -h && zsh'" \ + "bss" "urxvt -e bash -c 'bss -h && zsh'" \ + "psm_scan" "urxvt -e bash -c 'psm_scan -h && zsh'" \ + "rfcomm_scan" "urxvt -e bash -c 'rfcomm_scan -h && zsh'" \ + "btscanner" "urxvt -e bash -c 'btscanner --help && zsh'" \ + "carwhisperer" "urxvt -e bash -c 'carwhisperer -h && zsh'" \ + "crackle" "urxvt -e bash -c 'crackle && zsh'" \ + "fl0p" "urxvt -e bash -c 'fl0p -h && zsh'" \ + "ghettotooth" "urxvt -e bash -c 'ghettotooth && zsh'" \ + "hidattack" "urxvt -e bash -c 'hidattack -h && zsh'" \ + "obexstress" "urxvt -e bash -c 'obexstress -h && zsh'" \ + "redfang" "urxvt -e bash -c 'redfang --help && zsh'" \ + "spooftooph" "urxvt -e bash -c 'spooftooph -h && zsh'" \ + "tanya" "urxvt -e bash -c 'tanya && zsh'" \ + "tbear" "urxvt -e bash -c 'tbear -h && zsh'" \ + "tbsearch" "urxvt -e bash -c 'tbsearch && zsh'" \ + "ubertooth-btle" "urxvt -e bash -c 'ubertooth-btle -h && zsh'" \ + "ubertooth-dump" "urxvt -e bash -c 'ubertooth-dump -h && zsh'" \ + "ubertooth-follow" "urxvt -e bash -c 'ubertooth-follow -h && zsh'" \ + "ubertooth-hop" "urxvt -e bash -c 'ubertooth-hop -h && zsh'" \ + "ubertooth-lap" "urxvt -e bash -c 'ubertooth-lap -h && zsh'" \ + "ubertooth-specan" "urxvt -e bash -c 'ubertooth-specan -h && zsh'" \ + "ubertooth-uap" "urxvt -e bash -c 'ubertooth-uap -h && zsh'" \ + "ubertooth-util" "urxvt -e bash -c 'ubertooth-util -h && zsh'" \ |