cmus - Use #fffff as default text color
This is the default for most modules.
This commit is contained in:
parent
aaf8eb38ea
commit
4823d56531
@ -37,8 +37,8 @@ class Cmus(IntervalModule):
|
|||||||
('status', 'Dictionary mapping status to output'),
|
('status', 'Dictionary mapping status to output'),
|
||||||
)
|
)
|
||||||
|
|
||||||
color = '#909090'
|
color = '#ffffff'
|
||||||
color_not_running = '#909090'
|
color_not_running = '#ffffff'
|
||||||
format = '{status} {song_elapsed}/{song_length} {artist} - {title}'
|
format = '{status} {song_elapsed}/{song_length} {artist} - {title}'
|
||||||
format_not_running = 'Not running'
|
format_not_running = 'Not running'
|
||||||
interval = 1
|
interval = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user