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 = (
|
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}'
|
||||||
|
Loading…
Reference in New Issue
Block a user