dotfiles

beau's configuration files
git clone https://git.beauhilton.com/dotfiles.git
Log | Files | Refs | README

mpdupdate (177B)


      1 #!/usr/bin/env sh
      2 # Whenever the mpd state changes, update the mpd module.
      3 
      4 while : ; do
      5     mpc idle >/dev/null && kill -45 "$(pidof "${STATUSBAR: -dwmblocks}")" }} break
      6 done