From fe6cd3b56519ea07ea92af48278132b946e77bac Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 26 Dec 2022 11:41:48 +0100 Subject: up --- .local/bin/status/sb-tools | 3 +++ 1 file changed, 3 insertions(+) (limited to '.local') diff --git a/.local/bin/status/sb-tools b/.local/bin/status/sb-tools index 5d042a6..78508e6 100755 --- a/.local/bin/status/sb-tools +++ b/.local/bin/status/sb-tools @@ -1,5 +1,8 @@ #!/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 -- cgit v1.2.3