summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-08-21 02:06:06 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-08-21 02:06:06 -0400
commit98abc0921710524938fd24b5a9dd4a4ad0bea593 (patch)
treed49cd66db53ef35f58243c8debd2ff815abf27ae /.scripts
parent74d169974ab2c777189727e5fc41e84916dba878 (diff)
downloadeibhear-98abc0921710524938fd24b5a9dd4a4ad0bea593.tar.gz
eibhear-98abc0921710524938fd24b5a9dd4a4ad0bea593.tar.zst
eibhear-98abc0921710524938fd24b5a9dd4a4ad0bea593.zip
i3mpdupate w/o mpd fix
Diffstat (limited to '.scripts')
-rwxr-xr-x.scripts/i3mpdupdate1
1 files changed, 1 insertions, 0 deletions
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