some unused scripts

This commit is contained in:
Felix Van der Jeugt 2016-09-06 22:22:54 +02:00
parent bc8d8f55b5
commit a45fffeb95
3 changed files with 0 additions and 21 deletions

View File

@ -1,18 +0,0 @@
#!/bin/bash
# choose MAC address
mac="$(dmenu <<HERE
headset 00:11:67:11:18:9B
zeusplay 60:E3:27:09:12:DE
HERE
)"
command="$(cat <<HERE
connect ${mac#* }
quit
HERE
)"
if ! pgrep pulseaudio; then pulseaudio --start 2> /dev/null ; fi
echo "$command" | bluetoothctl > /dev/null 2>&1

View File

@ -1,3 +0,0 @@
#!/bin/bash
profile="$(wifish list 2>&1 | sed '1,/SSID/d' | sed 's/"\([^"]*\)".*/\1/' | dmenu)"
[ -z "$profile" ] && wifish connect "$profile"

Binary file not shown.