diff options
Diffstat (limited to '.local/bin/status/sb-tools')
-rwxr-xr-x | .local/bin/status/sb-tools | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.local/bin/status/sb-tools b/.local/bin/status/sb-tools deleted file mode 100755 index 9c7484c..0000000 --- a/.local/bin/status/sb-tools +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 |