Provides a Spotify module, that is simply a wrapper of Playerctl module, for compatibility purposes.
9 lines
183 B
Python
9 lines
183 B
Python
from i3pystatus.playerctl import Playerctl
|
|
|
|
|
|
class Spotify(Playerctl):
|
|
"""
|
|
Get Spotify info using playerctl. Based on `Playerctl`_ module.
|
|
"""
|
|
player_name = "spotify"
|