From 122ea23b63af2e2e7115468d2124a65d3f614c79 Mon Sep 17 00:00:00 2001 From: pants Date: Thu, 15 Jan 2026 22:46:22 -0800 Subject: [PATCH] use pgrep --- bin/volumectl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/volumectl b/bin/volumectl index 4cde9fa..e48a228 100755 --- a/bin/volumectl +++ b/bin/volumectl @@ -22,5 +22,5 @@ kill -RTMIN+1 $(pidof dwmblocks) # mixer vol.mute=toggle > /dev/null;; #esac # -#PID=$(ps aux | grep dwmblocks | awk 'NR==1 {print $2}') +#PID=$(pgrep dwmblocks) #kill -RTMIN+1 $PID