aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/bcn
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/bcn')
-rwxr-xr-x.local/bin/bcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/bcn b/.local/bin/bcn
index 1c64085..b87e2ab 100755
--- a/.local/bin/bcn
+++ b/.local/bin/bcn
@@ -9,7 +9,7 @@ if [[ $device_amount = 1 ]]; then
MAC=$(bluetoothctl devices | awk {'print $2'})
[ -z $MAC ] && MAC=NoDeviceFound # Prevents accidental disconnect error
else
- select=$(bluetoothctl devices | awk {'print $3'} | rofi -dmenu -l 10 -fn Monospace-15)
+ select=$(bluetoothctl devices | awk {'print $3'} | fuzzel --dmenu -l 10 -fn Monospace-15)
MAC=$(bluetoothctl devices | grep $select | awk {'print $2'})
[ -z $MAC ] && MAC=NoDeviceFound # Prevents accidental disconnect error
fi