polybar-bluetooth icon indicating copy to clipboard operation
polybar-bluetooth copied to clipboard

A fully functional bluetooth module for polybar

Results 4 polybar-bluetooth issues
Sort by recently updated
recently updated
newest added

this is a little improvement to be improved of bluetooth.sh ```bash #!/bin/bash # not connected if [ $(bluetoothctl show | grep "Powered: yes" | wc -c) -eq 0 ] then...

I need a way to scale up the bluetooth font glyph/icon either from within the script itself or some way to have them in the polybar config to allow me...

When bluetooth is powered-on & device-not-connected, bluetooth.sh prints two lines. This commit is to fix this by moving powered-on & device-connected state to the else clause of the if statement.

Also integrated connect device name from PR #3