5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
val=$(bluetoothctl devices Connected | wc -l)
|
|
|
|
echo "(label :class \"bluetooth__label\" :text \"$val\")"
|