1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

6 Commits

Author SHA1 Message Date
Chris Cummer
ab4774c86a Widgets refresh via goroutine
All widgets now refresh their own data using their own internal go
routine. This allows them to set their own update schedule (where
RefreshInterval is the time in seconds between refreshes).

The app uses a goroutine to redraw itself once a second.
2018-03-30 10:12:27 -07:00
Chris Cummer
951da43f99 Widgetized Google Calendar 2018-03-29 18:03:43 -07:00
Chris Cummer
57b0e96d64 Grey out past calendar event descriptions 2018-03-29 13:18:45 -07:00
Chris Cummer
bb71396291 Seperate calendar coloring code from widget code 2018-03-29 03:38:22 -07:00
Chris Cummer
3393882dc8 Color 1on1 calendar events differently than other calendar events 2018-03-29 03:04:43 -07:00
Chris Cummer
8946e5cf24 Adds in Google Calendar and Weather support (hard-coded right now) 2018-03-28 19:41:38 -07:00