Fix notify about disconnection
ckrinitsin 101062646+ckrinitsin@users.noreply.github.com
Sun, 02 Jun 2024 18:09:12 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
bluetooth-devices.sh
→
bluetooth-devices.sh
@@ -18,7 +18,7 @@
disconnect_bluetooth() { local MAC=$1 local DEVICE=$2 - if bluetoothctl disconnect $MAC | grep -q 'successful' + if bluetoothctl disconnect $MAC | grep -q 'Successful' then notify-send -t 5000 -r 2954 -u normal " Disconnected successfully from" " $DEVICE" else