cmus - Remove unused class property

This commit is contained in:
Raphael Scholer 2015-08-19 06:00:07 +02:00
parent 6996c0b575
commit e943831b12

View File

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