dotfiles/.local/bin/statusbar/btstatus

3 lines
92 B
Plaintext
Raw Normal View History

2020-07-04 14:23:27 +02:00
#!/bin/bash
bluetoothctl show | grep Powered | awk '{print $2}' | sed "s/no//; s/yes/🎧/"