Fix dmenu-bluetooth script.
This commit is contained in:
parent
4a8c36877f
commit
f4e6ed1e7b
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ print_status() {
|
|||
if power_on; then
|
||||
printf ''
|
||||
|
||||
mapfile -t paired_devices < <(bluetoothctl paired-devices | grep Device | cut -d ' ' -f 2)
|
||||
mapfile -t paired_devices < <(bluetoothctl devices Paired | grep Device | cut -d ' ' -f 2)
|
||||
counter=0
|
||||
|
||||
for device in "${paired_devices[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue