cmus - Update settings information
- Remove duplicate information (available formatters are also listed in docstriong) - Add description for 'color' setting
This commit is contained in:
parent
502000a467
commit
6996c0b575
@ -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}'
|
||||
|
Loading…
Reference in New Issue
Block a user