domtronn / spaceline-all-the-icons.el

A Spaceline Mode Line theme using All The Icons for Emacs
MIT License
235 stars 25 forks source link

EMMS Integration #73

Open furkanusta opened 6 years ago

furkanusta commented 6 years ago

Hi, when using normal modeline or vanilla spaceline, EMMS displays the current track. However, it isn't the case for spaceline-all-the-icons. Is there a way to fix it?

seblemaguer commented 6 years ago

You can define this segment before activating the theme:

(spaceline-define-segment all-the-icons-track
    "Show the current played track"
    (emms-mode-line-icon-function))