nickclyde / rofi-bluetooth

🔷 A script that generates a rofi menu that uses bluetoothctl to connect to bluetooth devices and display status info.
GNU General Public License v3.0
480 stars 51 forks source link

Update script for bluetoothctl 5.65+ #22

Closed sahinakkaya closed 2 years ago

sahinakkaya commented 2 years ago

As of bluetoothctl 5.65+ for paired devices you need to use bluetoothctl devices Paired instead of bluetoothctl paired-devices.

sahinakkaya commented 2 years ago

Oh, it looks like #21 already handles this. And I think it is better as it preserves backwards compatibility. Closing this one.