diff options
Diffstat (limited to '.scripts/bts')
-rwxr-xr-x | .scripts/bts | 2 |
1 files changed, 1 insertions, 1 deletions
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) |