Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 780 Bytes

README.org

File metadata and controls

25 lines (18 loc) · 780 Bytes

Usage

Put:

(load-module "mpd")

into your ~/.stumpwmrc

Then you can use “%m” in your mode line format, as well as various commands defined at the end of the file.

You can customize the modeline format (mpd-modeline-fmt), the status message displayed by the command mpd-status (mpd-status-fmt; note that this is also used on the modeline), and the status message displayed by the command mpd-current-song (mpd-current-song-fmt). See the documentation for mpd-modeline-fmt for more information.

Notes

See The Music Player Daemon protocol for more details.

Tasks

Implement optional shortening for formatting functions

Implement notification window on song change etc…