Files
dotfiles/.local/bin/statusbar/sb-btstatus
2023-10-12 15:13:55 +02:00

3 lines
92 B
Bash
Executable File

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