Improve documentation

This commit is contained in:
Thiago Kenji Okada 2016-10-19 13:58:04 -02:00
parent 217b60a3c8
commit 70b56624c2

View File

@ -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