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
This commit is contained in:
2020-09-15 21:21:01 +02:00
parent d5763b6fa4
commit 11e644f126
3 changed files with 8 additions and 1 deletions

View File

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