From 2b12fb6fe74adcc4a14fe4338538ac4e2bbee0e9 Mon Sep 17 00:00:00 2001 From: Raphael Scholer Date: Wed, 19 Aug 2015 07:31:30 +0200 Subject: [PATCH] cmus - Expose status output mapping as a setting --- i3pystatus/cmus.py | 1 + 1 file changed, 1 insertion(+) diff --git a/i3pystatus/cmus.py b/i3pystatus/cmus.py index da486b6..37e3b1c 100644 --- a/i3pystatus/cmus.py +++ b/i3pystatus/cmus.py @@ -32,6 +32,7 @@ class Cmus(IntervalModule): settings = ( ('format', 'formatp string'), ('color', 'The color of the text'), + ('status', 'Dictionary mapping status to output'), ) color = '#909090'