dont use mpd

This commit is contained in:
Vlad Doster 2020-04-04 16:37:24 -05:00 committed by GitHub
parent 7e0a0e63a7
commit 64e2f0a5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +0,0 @@
#!/bin/sh
# This loop will update the mpd statusbar module whenever a command changes the
# music player's status. mpd must be running on X's start for this to work.
while : ; do
mpc idle >/dev/null && pkill -RTMIN+11 "${STATUSBAR:?}" || break
done