diff options
Diffstat (limited to 'ratpoison/panel/music')
-rwxr-xr-x | ratpoison/panel/music | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ratpoison/panel/music b/ratpoison/panel/music index caec3d7..2fb91d1 100755 --- a/ratpoison/panel/music +++ b/ratpoison/panel/music @@ -13,4 +13,8 @@ fi echo "$symbol`echo $new | cut --bytes 1-30`" echo "K`mpc -h 127.0.0.1 volume | perl -pe 's/^volume://' | perl -pe 's/%$//' | perl -pe 's/^ //'`" mpc idle > /dev/null +if [ $? -ne 0 ];then +echo 'mpd not alive'; +sleep 30; +fi done |