3 lines
115 B
Plaintext
3 lines
115 B
Plaintext
|
#!/bin/bash
|
||
|
pactl list sinks | grep -qE 'device.icon_name = \"audio-(headset|headphones)-bluetooth\"' && echo 🎧
|