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