From 4823d5653185d4b75b7fbadcf2d0b2a7d6fc53d2 Mon Sep 17 00:00:00 2001 From: Raphael Scholer Date: Wed, 19 Aug 2015 18:00:59 +0200 Subject: [PATCH] cmus - Use #fffff as default text color This is the default for most modules. --- i3pystatus/cmus.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3pystatus/cmus.py b/i3pystatus/cmus.py index 34e6960..1b8be5b 100644 --- a/i3pystatus/cmus.py +++ b/i3pystatus/cmus.py @@ -37,8 +37,8 @@ class Cmus(IntervalModule): ('status', 'Dictionary mapping status to output'), ) - color = '#909090' - color_not_running = '#909090' + color = '#ffffff' + color_not_running = '#ffffff' format = '{status} {song_elapsed}/{song_length} {artist} - {title}' format_not_running = 'Not running' interval = 1