A package adding Spotify integration for Linux.
Heavily inspired by jakemarsh/atom-spotify.
Displays the currently playing song in the status bar. You can format the string however you like (you can use HTML!), with these placeholders:
%p
: Whether or not the current song is playing. Displays a play/pause icon%c
: Image of the cover art%l
: Length of the song%A
: Album%a
: Artist%r
: Auto-Rating provided by Spotify%y
: Year of publishing%d
: Disc number%t
: Title%n
: Track number
Default keybindings are like this:
ctrl-alt-shift-right
: Next songctrl-alt-shift-left
: Previous songctrl-alt-shift-space
: Play/Pause