dotfiles/.local/bin/statusbar/btstatus
2020-07-04 14:23:27 +02:00

3 lines
92 B
Bash
Executable File

#!/bin/bash
bluetoothctl show | grep Powered | awk '{print $2}' | sed "s/no//; s/yes/🎧/"