diff options
author | Saumit <justsaumit@protonmail.com> | 2025-02-23 16:20:47 +0530 |
---|---|---|
committer | Saumit <justsaumit@protonmail.com> | 2025-02-23 16:20:47 +0530 |
commit | a9950e07cb2b662fa88b32a9e2e277676446a206 (patch) | |
tree | 0c17e7b0c3b8a4981100c96baa2a0bc831e02949 /.scripts/bts | |
parent | 576e3385f7ef63eff30bae3fe63e231b09d2f875 (diff) |
.scripts: few updates
Diffstat (limited to '.scripts/bts')
-rwxr-xr-x | .scripts/bts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.scripts/bts b/.scripts/bts index 445bdcb..b78f9b9 100755 --- a/.scripts/bts +++ b/.scripts/bts @@ -5,7 +5,8 @@ option=$(echo -e "Connect\nDisconnect\nChange profile\nReset pulseaudio"| tofi - #MAC="76:67:11:36:64:A2" #MAC="E4:59:37:44:27:7A" #MAC="2E:85:79:56:B1:D7" -MAC="28:B7:7B:AB:C9:92" +#MAC="28:B7:7B:AB:C9:92" +MAC="EF:9F:2E:52:9E:45" case $option in "Connect") status=$(systemctl is-active bluetooth) |