This commit is contained in:
lucca
2026-06-29 13:42:47 -04:00
parent 7f45f2da7f
commit a8cf478c03
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
*.pk
.env
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
notify-send "Disconnecting all BT devices"
bluetoothctl devices Connected | awk '{print $2}' | xargs -r -n1 bluetoothctl disconnect