From 10ebb0740dce6362c2a60794f2ec746a0c6fcaec Mon Sep 17 00:00:00 2001 From: Viyurz Date: Tue, 22 Oct 2024 11:01:33 +0200 Subject: [PATCH] refresh-pkg-updates.hook: fix me ape --- .config/eww/refresh-pkg-updates.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/eww/refresh-pkg-updates.hook b/.config/eww/refresh-pkg-updates.hook index a2a6202..9b6b00c 100644 --- a/.config/eww/refresh-pkg-updates.hook +++ b/.config/eww/refresh-pkg-updates.hook @@ -7,4 +7,4 @@ Target = * [Action] When = PostTransaction -Exec = /bin/pgrep -u 1000 pkg-updates.sh || /bin/pkill -SIGUSR1 -u 1000 pkg-updates.sh +Exec = /bin/sh -c '! /bin/pgrep -u 1000 pkg-updates.sh || /bin/pkill -SIGUSR1 -u 1000 pkg-updates.sh'