diff options
author | Joe <rrbo@proton.me> | 2022-12-26 11:41:48 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2022-12-26 11:41:48 +0100 |
commit | fe6cd3b56519ea07ea92af48278132b946e77bac (patch) | |
tree | f2798a737b6f5d5ff861b3e3f723e4b474289be1 /.local/bin/status/sb-tools | |
parent | update (diff) | |
download | dotfiles-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-tools | 3 |
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 |