diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-05-23 19:45:10 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-05-23 19:45:10 +0530 |
commit | 415ba843c0dc66bcb84ae0fbd239b40b6818896b (patch) | |
tree | 169cd5b6e91173bcb7df22eb29b9f6625735ef9e /.scripts/bts | |
parent | c3362aefa2e762211409923cfff065541bebf9e7 (diff) |
minor changes + added old scripts
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) |