summaryrefslogtreecommitdiffstats
path: root/.local/bin/status/sb-tools
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2022-12-26 11:41:48 +0100
committerJoe <rrbo@proton.me>2022-12-26 11:41:48 +0100
commitfe6cd3b56519ea07ea92af48278132b946e77bac (patch)
treef2798a737b6f5d5ff861b3e3f723e4b474289be1 /.local/bin/status/sb-tools
parentupdate (diff)
downloaddotfiles-bsd-fe6cd3b56519ea07ea92af48278132b946e77bac.tar.gz
dotfiles-bsd-fe6cd3b56519ea07ea92af48278132b946e77bac.tar.bz2
dotfiles-bsd-fe6cd3b56519ea07ea92af48278132b946e77bac.tar.xz
dotfiles-bsd-fe6cd3b56519ea07ea92af48278132b946e77bac.tar.zst
dotfiles-bsd-fe6cd3b56519ea07ea92af48278132b946e77bac.zip
up
Diffstat (limited to '')
-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