aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.config/polybar/scripts/bluetooth.sh
blob: 061604ba30a109ae6bf6e75edeba3b2d8b099100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
if [ $(bluetoothctl show | grep "Powered: yes" | wc -c) -eq 0 ]
then
  echo ""
else
  if [ $(echo info | bluetoothctl | grep 'Device' | wc -c) -eq 0 ]
  then
    echo ""
  fi
  echo ""
fi