polybar/polybar-scripts

system-bluetooth-bluetoothctl: read: arg count

druckdev opened this issue · 1 comments

The dash (/bin/sh) read built-in expects a variable name and therefore fails in line 4 in the system-bluetooth-bluetoothctl script.
I was able to solve this by executing the script with /bin/bash instead of /bin/sh.

x70b1 commented

Discussion in #235.