From 98abc0921710524938fd24b5a9dd4a4ad0bea593 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 21 Aug 2018 02:06:06 -0400 Subject: [PATCH] i3mpdupate w/o mpd fix --- .scripts/i3mpdupdate | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/i3mpdupdate b/.scripts/i3mpdupdate index 95f16f6..646b49e 100755 --- a/.scripts/i3mpdupdate +++ b/.scripts/i3mpdupdate @@ -3,6 +3,7 @@ [ "$(pgrep -x i3mpdupdate | wc -l)" -gt 2 ] && exit while : ; do + pgrep -x mpd || exit mpc idle > /dev/null pkill -RTMIN+11 i3blocks ; done