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

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