#!/bin/bash
if pactl list sinks | grep -qE 'device.icon_name = \"audio-(headset|headphones)-bluetooth\"'; then
	echo 🎧
else
	echo ""
fi