From a190993b0579dfaacd5fe75a49fcb3214e2cb1bf Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 2 Oct 2025 11:14:43 +0200 Subject: up --- .local/bin/status/sb-tools | 10 ---------- 1 file changed, 10 deletions(-) delete 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 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 -- cgit v1.2.3