Files
scripts/bt-disconnect.sh
T
2026-06-29 13:42:47 -04:00

5 lines
145 B
Bash
Executable File

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