cmus - Remove unused class property
This commit is contained in:
parent
6996c0b575
commit
e943831b12
@ -32,9 +32,9 @@ class Cmus(IntervalModule):
|
|||||||
('format', 'formatp string'),
|
('format', 'formatp string'),
|
||||||
('color', 'The color of the text'),
|
('color', 'The color of the text'),
|
||||||
)
|
)
|
||||||
|
|
||||||
color = '#909090'
|
color = '#909090'
|
||||||
format = '{status} {song_elapsed}/{song_length} {artist} - {title}'
|
format = '{status} {song_elapsed}/{song_length} {artist} - {title}'
|
||||||
status_text = ''
|
|
||||||
interval = 1
|
interval = 1
|
||||||
status = {
|
status = {
|
||||||
'paused': '▷',
|
'paused': '▷',
|
||||||
|
Loading…
Reference in New Issue
Block a user