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 = ( settings = (
('format', 'format string, available formatters: status, song_elapsed, ' ('format', 'formatp string'),
'song_length, artist, title, album, tracknumber, file, ' ('color', 'The color of the text'),
'stream, bitrate'),
'color',
) )
color = '#909090' color = '#909090'
format = '{status} {song_elapsed}/{song_length} {artist} - {title}' format = '{status} {song_elapsed}/{song_length} {artist} - {title}'