From e943831b1200930a296cc2c0e9cf943f4bcdbc58 Mon Sep 17 00:00:00 2001 From: Raphael Scholer Date: Wed, 19 Aug 2015 06:00:07 +0200 Subject: [PATCH] cmus - Remove unused class property --- i3pystatus/cmus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/cmus.py b/i3pystatus/cmus.py index 240917e..57f10b4 100644 --- a/i3pystatus/cmus.py +++ b/i3pystatus/cmus.py @@ -32,9 +32,9 @@ class Cmus(IntervalModule): ('format', 'formatp string'), ('color', 'The color of the text'), ) + color = '#909090' format = '{status} {song_elapsed}/{song_length} {artist} - {title}' - status_text = '' interval = 1 status = { 'paused': '▷',