mpd-sound-menu
Tool to display/control mpd from Ubuntu's sound menubar item.
Install with:
$ go get hawx.me/code/mpd-sound-menu
Then add a .desktop
entry for it:
$ cat > ~/.local/share/applications/mpd-sound-menu.desktop
[Desktop Entry]
Name=mpd-sound-menu
Comment=Sound menu plugin to display mpd
Exec=/path/to/mpd-sound-menu
Icon=mpd-sound-menu
Type=Application
Replace the value of "Exec" with the correct path to mpd-sound-menu.
Finally start mpd-sound-menu (I use upstart), and you should see it in the
sound menubar item.