cmus - Expose status output mapping as a setting

This commit is contained in:
Raphael Scholer 2015-08-19 07:31:30 +02:00
parent e979e28aec
commit 2b12fb6fe7

View File

@ -32,6 +32,7 @@ class Cmus(IntervalModule):
settings = ( settings = (
('format', 'formatp string'), ('format', 'formatp string'),
('color', 'The color of the text'), ('color', 'The color of the text'),
('status', 'Dictionary mapping status to output'),
) )
color = '#909090' color = '#909090'