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

5 Commits

Author SHA1 Message Date
Chris Cummer
2f63a56eae Widgets have names 2018-03-30 10:21:05 -07:00
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
6cfa0ef632 Widgetized BambooHR 2018-03-29 17:08:57 -07:00
Chris Cummer
8d7c163d37 Improve display of single-day away? date durations 2018-03-29 02:32:58 -07:00
Chris Cummer
8946e5cf24 Adds in Google Calendar and Weather support (hard-coded right now) 2018-03-28 19:41:38 -07:00