We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777aca1 commit f924eefCopy full SHA for f924eef
polybar-scripts/system-bluetooth-bluetoothctl/system-bluetooth-bluetoothctl.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
bluetooth_print() {
4
- bluetoothctl | while read -r REPLY; do
+ bluetoothctl | grep --line-buffered 'Device\|#' | while read -r REPLY; do
5
if [ "$(systemctl is-active "bluetooth.service")" = "active" ]; then
6
printf '#1'
7
0 commit comments