From d53ce5574b0bfd6f78394f9469a043c04866ecdc Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Sun, 31 Jul 2022 12:39:36 +0200 Subject: Created dmenu wrapper and made all (hopefully) scripts compatible with vanilla dmenu. --- bluetooth/btConnect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bluetooth') diff --git a/bluetooth/btConnect.sh b/bluetooth/btConnect.sh index 801fbf3..0fccbba 100755 --- a/bluetooth/btConnect.sh +++ b/bluetooth/btConnect.sh @@ -26,7 +26,7 @@ if bluetoothctl show | grep -Fq 'Powered: no'; then fi lines=$(bluetoothctl paired-devices | wc -l) -selected=$(bluetoothctl paired-devices | dmenu -c -bw 3 -i -l $lines -p "💓") || exit 1 +selected=$(bluetoothctl paired-devices | dmenu -l $lines -p "💓") || exit 1 mac=$(echo $selected | cut -d' ' -f2) name=$(echo $selected | cut -d' ' -f3-) -- cgit v1.2.1