mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
26 lines
780 B
Org Mode
26 lines
780 B
Org Mode
** Usage
|
|
Put:
|
|
#+BEGIN_SRC
|
|
(load-module "mpd")
|
|
#+END_SRC
|
|
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 [[https://www.musicpd.org/doc/protocol/][The Music Player Daemon protocol]] for more details.
|
|
|
|
** Tasks
|
|
*** TODO Implement optional shortening for formatting functions
|
|
*** TODO Implement notification window on song change etc...
|
|
|
|
|