commit 9fa4482f3447f98feb75fdea266c19315fd411bb parent f80b3e31fc6dfad07f2d416b0055f1c3c6420232 Author: hhvn <dev@hhvn.uk> Date: Sat, 15 May 2021 13:19:42 +0100 .s/d/torrent: don't print pid Diffstat:
M | .scripts/dwmblocks/torrent | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scripts/dwmblocks/torrent b/.scripts/dwmblocks/torrent @@ -1,6 +1,6 @@ #!/bin/sh -pgrep transmission || { +pgrep transmission >/dev/null || { echo '[^c#cc0000^none]' exit 1 }