From 82a32ab8b3e62639e4f9cf787b8967c8da1f1232 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Wed, 12 Jun 2024 20:04:26 +0200 Subject: remove waybar elements, add and modify scripts, add mult. monitor support --- bin/bluetooth-devices | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/bluetooth-devices') 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 } -- cgit 1.4.1