diff options
| author | Pierre Guilbert <pierre@1000mercis.com> | 2015-03-31 12:11:51 +0200 |
|---|---|---|
| committer | Pierre Guilbert <pierre@1000mercis.com> | 2015-03-31 12:11:51 +0200 |
| commit | 2c4bdb3120df98953c52ed087f6a692f385be231 (patch) | |
| tree | 71091cb567499aa303add9159e72e29d7e48adfd | |
| parent | 1ac61292ef0b4a25283eb53661df96dceee274c2 (diff) | |
removing licence gpl: replacing default format by a simpler one
| -rw-r--r-- | py3status/modules/spotify.py | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/py3status/modules/spotify.py b/py3status/modules/spotify.py index f70afae..8f51c2c 100644 --- a/py3status/modules/spotify.py +++ b/py3status/modules/spotify.py @@ -2,13 +2,10 @@ """ This module displays the current "artist - title" playing in Spotify. -Last modified: 2015-03-26 +Last modified: 2015-03-31 Author: Pierre Guilbert <pierre@1000mercis.com> -License: GNU GPL http://www.gnu.org/licenses/gpl.html - -You could conf it in your i3status.conf like so: - +i3status.conf example: spotify { format = "{title} by {artist} -> {time}" @@ -34,7 +31,7 @@ class Py3status: """ # available configuration parameters cache_timeout = 0 - format = "{title}: {album} : {artist} : {time}" + format = "{artist} : {title}" def getText(self): """ |
