Update format string description
This commit is contained in:
parent
6593c580ae
commit
f263cb55e8
@ -32,8 +32,10 @@ class Cmus(IntervalModule):
|
||||
"""
|
||||
|
||||
settings = (
|
||||
'format',
|
||||
'color'
|
||||
('format', 'format string, available formatters: status, song_elapsed, '
|
||||
'song_length, artist, title, album, tracknumber, file, '
|
||||
'stream, bitrate'),
|
||||
'color',
|
||||
)
|
||||
color = "#909090"
|
||||
format = "{status} {song_elapsed}/{song_length} {artist} - {title}"
|
||||
|
Loading…
Reference in New Issue
Block a user