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': '▷',