From 2c4bdb3120df98953c52ed087f6a692f385be231 Mon Sep 17 00:00:00 2001 From: Pierre Guilbert Date: Tue, 31 Mar 2015 12:11:51 +0200 Subject: removing licence gpl: replacing default format by a simpler one --- py3status/modules/spotify.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'py3status/modules/spotify.py') 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 -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): """ -- cgit v1.3