Skip to content

A Mac OS X menu bar item that displays the current song in Spotify

Notifications You must be signed in to change notification settings

elken/SpotifyTicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotifyTicker

Status bar item to manage Spotify.

Current features

  • Full playback management
    • Play
    • Pause
    • Next/previous song
    • Shuffle/repeat toggle
    • Volume adjustment
  • Support for light and dark mode

Light default Dark default

Light popover Dark popover

Coming soon

  • Searching
  • Playlist management

Status item format help

It is possible to adjust the text displayed in the bar to your wishes. Any character listed below on the left will be replaced with the content on the right. Any other characters will be used as-is.



  • %a - Current artist

  • %s - Current song

  • %A - Current album

  • %p - Position in the current song

  • %d - Duration of song



Default format for reference:

%a - %s (%p/%d)



Below is an example:

Format example

Get the latest build here or build with xcodebuild and get the .app in $CLONE_DIR/build/Release/.

About

A Mac OS X menu bar item that displays the current song in Spotify

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%