diff options
author | Joe <bousset.rudy@gmail.com> | 2022-10-04 16:09:45 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-10-04 16:09:45 +0200 |
commit | 2ada304b5864b508f81c47eafcc03fda3176108f (patch) | |
tree | 14948717260494cf25d2ff0063415442435d368a /.local/bin/status/sb-tools | |
parent | up (diff) | |
download | dotfiles-bsd-2ada304b5864b508f81c47eafcc03fda3176108f.tar.gz dotfiles-bsd-2ada304b5864b508f81c47eafcc03fda3176108f.tar.bz2 dotfiles-bsd-2ada304b5864b508f81c47eafcc03fda3176108f.tar.xz dotfiles-bsd-2ada304b5864b508f81c47eafcc03fda3176108f.tar.zst dotfiles-bsd-2ada304b5864b508f81c47eafcc03fda3176108f.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/status/sb-tools | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.local/bin/status/sb-tools b/.local/bin/status/sb-tools new file mode 100755 index 0000000..5d042a6 --- /dev/null +++ b/.local/bin/status/sb-tools @@ -0,0 +1,10 @@ +#!/bin/sh + +if pgrep gpg-agent >/dev/null 2>&1; then + echo -n " " +else + echo -n " " +fi +if pidof gdbus >/dev/null 2>&1; then + echo -n "ﬗ " +fi |