commit 98abc0921710524938fd24b5a9dd4a4ad0bea593 parent 74d169974ab2c777189727e5fc41e84916dba878 Author: Luke Smith <luke@lukesmith.xyz> Date: Tue, 21 Aug 2018 02:06:06 -0400 i3mpdupate w/o mpd fix Diffstat:
M | .scripts/i3mpdupdate | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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