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:
@ -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
|
||||
|
Reference in New Issue
Block a user