Update format string description
This commit is contained in:
parent
6593c580ae
commit
f263cb55e8
@ -32,8 +32,10 @@ class Cmus(IntervalModule):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
settings = (
|
settings = (
|
||||||
'format',
|
('format', 'format string, available formatters: status, song_elapsed, '
|
||||||
'color'
|
'song_length, artist, title, album, tracknumber, file, '
|
||||||
|
'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