diff --git a/.config/polybar/scripts/bluetooth.sh b/.config/polybar/scripts/bluetooth.sh index 87f47bb..9546da6 100755 --- a/.config/polybar/scripts/bluetooth.sh +++ b/.config/polybar/scripts/bluetooth.sh @@ -7,7 +7,7 @@ # not connected if [ $(bluetoothctl show | grep "Powered: yes" | wc -c) -eq 0 ] then - echo "not connected" + echo "off" else # connected, but no device if [ $(echo info | bluetoothctl | grep 'Device' | wc -c) -eq 0 ]