summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/status/sb-tools3
1 files changed, 3 insertions, 0 deletions
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