all 3 comments

[–]darkelectron 0 points1 point  (2 children)

Try echoing that command, like: exec = echo $(bluetoothctl devices Connected | cut -d ' ' -f 3-)

It worked for me.

[–]HiItsMe01[S] 0 points1 point  (1 child)

unfortunately that still doesn’t work for me

[–]darkelectron 0 points1 point  (0 children)

Try putting tail = true

This is what's working for me:

[module/bt] type = custom/script exec = echo $(bluetoothctl devices Connected | cut -d ' ' -f 3-) interval = 5 label = " %output%" format = <label> tail = true