#!/bin/bash notify-send "Disconnecting all BT devices" bluetoothctl devices Connected | awk '{print $2}' | xargs -r -n1 bluetoothctl disconnect