From 2ada304b5864b508f81c47eafcc03fda3176108f Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 4 Oct 2022 16:09:45 +0200 Subject: up --- .local/bin/status/sb-tools | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 .local/bin/status/sb-tools (limited to '.local/bin/status/sb-tools') 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 -- cgit v1.2.3