Improve documentation
This commit is contained in:
parent
217b60a3c8
commit
70b56624c2
@ -27,7 +27,9 @@ class Spotify(IntervalModule):
|
|||||||
('color_not_running',
|
('color_not_running',
|
||||||
'The color of the text, when player is not running'),
|
'The color of the text, when player is not running'),
|
||||||
('status', 'Dictionary mapping status to output'),
|
('status', 'Dictionary mapping status to output'),
|
||||||
('player_name', 'Name of music player. If None, tries to autodetect'),
|
('player_name',
|
||||||
|
'Name of music player, use `playerctl -l` with player running'
|
||||||
|
'to get. If None, tries to autodetect.'),
|
||||||
)
|
)
|
||||||
|
|
||||||
# default settings
|
# default settings
|
||||||
|
Loading…
Reference in New Issue
Block a user