fix: bemenu now ignores case/noncase

This commit is contained in:
Ahwx 2024-11-07 13:45:30 +01:00
parent 0cc091894b
commit 50eb4714a2
2 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@
tmp="$2"
if [ "$tmp" = "" ]
then
tmp=$($0 list | bemenu)
tmp=$($0 list | bemenu --ignorecase)
fi
device=$(get_addr_or_fail "$tmp")
is_connected=$(bluetoothctl info $device | grep -i 'connected: yes')