Let color default to i3bar color

This commit is contained in:
Erik Johnson 2016-03-29 23:39:43 -05:00
parent f30b929752
commit 7c25dff1a1

View File

@ -51,7 +51,7 @@ class GoogleCalendar(IntervalModule, ColorRangeModule):
skip_recurring = True
days = 1
urgent_seconds = 300
color = '#FFFFFF'
color = None
service = None
credentials = None