diff options
Diffstat (limited to 'bin/bluetooth-devices')
| -rwxr-xr-x | bin/bluetooth-devices | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bluetooth-devices b/bin/bluetooth-devices index f5fe284..d14ff0a 100755 --- a/bin/bluetooth-devices +++ b/bin/bluetooth-devices @@ -10,9 +10,9 @@ connect_bluetooth() { local DEVICE=$2 if bluetoothctl connect $MAC | grep -q 'successful' then - notify-send -t 5000 -r 2954 -u normal " Connected successfully from" " $DEVICE" + notify-send -t 5000 -r 2954 -u normal " Connected successfully to" " $DEVICE" else - notify-send -t 5000 -r 2954 -u normal " Couldn't connect from" " $DEVICE" + notify-send -t 5000 -r 2954 -u normal " Couldn't connect to" " $DEVICE" fi } |