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