From 415ba843c0dc66bcb84ae0fbd239b40b6818896b Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Mon, 23 May 2022 19:45:10 +0530 Subject: minor changes + added old scripts --- .scripts/bts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts/bts') diff --git a/.scripts/bts b/.scripts/bts index 7b85aac..014444f 100755 --- a/.scripts/bts +++ b/.scripts/bts @@ -1,6 +1,6 @@ #!/bin/bash option=$(echo -e "Connect\nDisconnect\nChange profile"| dmenu -p "Do you wish to connect/disconnect or change soundprofile of your bluetooth device:") -MAC=$(echo "A1:B3:EC:B1:53:60") +MAC=$(echo "76:67:11:36:64:A2") case $option in "Connect") status=$(systemctl status bluetooth | grep Active | cut -d " " -f 7) -- cgit v1.2.3