improve blue
This commit is contained in:
parent
f2c85aaf10
commit
04fb50ffc0
1 changed files with 1 additions and 1 deletions
2
blue
2
blue
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
RECENT=$(fish -c "history | grep -v 'grep' | grep 'bluetoothctl connect' | awk '{print \$3;}'")
|
RECENT=$(fish -c "history | grep -v 'grep' | grep 'bluetoothctl connect' | awk '{print \$3;}' | uniq")
|
||||||
|
|
||||||
OPTION=$(echo "$RECENT" | cat <<EOF | dmenu)
|
OPTION=$(echo "$RECENT" | cat <<EOF | dmenu)
|
||||||
On
|
On
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue