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