diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/status/sb-tools | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.local/bin/status/sb-tools b/.local/bin/status/sb-tools index 78508e6..9c7484c 100755 --- a/.local/bin/status/sb-tools +++ b/.local/bin/status/sb-tools @@ -8,6 +8,3 @@ if pgrep gpg-agent >/dev/null 2>&1; then else echo -n " " fi -if pidof gdbus >/dev/null 2>&1; then - echo -n "ﬗ " -fi |