From 70b56624c2e21433f9d1bfc37b5ff9997c3a50e1 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Wed, 19 Oct 2016 13:58:04 -0200 Subject: [PATCH] Improve documentation --- i3pystatus/spotify.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i3pystatus/spotify.py b/i3pystatus/spotify.py index 7947a1f..fd5c1a3 100644 --- a/i3pystatus/spotify.py +++ b/i3pystatus/spotify.py @@ -27,7 +27,9 @@ class Spotify(IntervalModule): ('color_not_running', 'The color of the text, when player is not running'), ('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