cmus - Update settings information

- Remove duplicate information (available formatters are also listed in
  docstriong)
- Add description for 'color' setting
This commit is contained in:
Raphael Scholer 2015-08-19 05:55:11 +02:00
parent 502000a467
commit 6996c0b575

View File

@ -29,10 +29,8 @@ class Cmus(IntervalModule):
"""
settings = (
('format', 'format string, available formatters: status, song_elapsed, '
'song_length, artist, title, album, tracknumber, file, '
'stream, bitrate'),
'color',
('format', 'formatp string'),
('color', 'The color of the text'),
)
color = '#909090'
format = '{status} {song_elapsed}/{song_length} {artist} - {title}'