polybar-spotify
polybar-spotify copied to clipboard
spotifyd
is there any ways to make this work with spotifyd?
I got it to work with spotifyd by replacing
spotify_bus = session_bus.get_object( 'org.mpris.MediaPlayer2.spotify', '/org/mpris/MediaPlayer2' )
with
spotify_bus = session_bus.get_object( 'org.mpris.MediaPlayer2.spotifyd', '/org/mpris/MediaPlayer2' )