Regenerated
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
bt_connected=$(bluetoothctl devices Connected | awk '{$1=""; $2=""; print substr($0,3)}')
|
||||
if [ -n "$bt_connected" ]; then
|
||||
echo ""
|
||||
else
|
||||
echo ""
|
||||
fi
|
||||
# Output the list for tooltip
|
||||
echo "$bt_connected"
|
||||
Reference in New Issue
Block a user