From 7c25dff1a1fa3aa7b75f53d81cb7217ec83bb88a Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Tue, 29 Mar 2016 23:39:43 -0500 Subject: [PATCH] Let color default to i3bar color --- i3pystatus/google_calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/google_calendar.py b/i3pystatus/google_calendar.py index 6fa62c2..3ba3eee 100644 --- a/i3pystatus/google_calendar.py +++ b/i3pystatus/google_calendar.py @@ -51,7 +51,7 @@ class GoogleCalendar(IntervalModule, ColorRangeModule): skip_recurring = True days = 1 urgent_seconds = 300 - color = '#FFFFFF' + color = None service = None credentials = None