dotfiles/.local/bin/statusbar/headset_connected
Alexander Bocken 11e644f126
keynav added to startup, more bm in qb, fixed dwmblocks plugin
modified:   .config/qutebrowser/bookmarks/urls
	modified:   .config/xprofile
	modified:   .local/bin/statusbar/headset_connected
2020-09-15 21:21:01 +02:00

7 lines
139 B
Bash
Executable File

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