summaryrefslogtreecommitdiffstats
path: root/.local/bin/status/sb-tools
blob: 5d042a66f3ae03184166f1162d4e660db825e9a6 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if pgrep gpg-agent >/dev/null 2>&1; then
	echo -n " "
else
	echo -n " "
fi
if pidof gdbus >/dev/null 2>&1; then
	echo -n "ﬗ "
fi