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

2979 Commits

Author SHA1 Message Date
Chris Cummer
693a05cf43 More sensible timer units 2018-03-31 09:25:42 -07:00
Chris Cummer
a365c1df96 Display firewall status 2018-03-31 09:16:40 -07:00
Chris Cummer
42ce7f4353 Display current wifi network name 2018-03-31 08:17:57 -07:00
Chris Cummer
d82c7692be WIP Security info 2018-03-30 23:38:00 -07:00
Chris Cummer
59197e8d52 Another weather icon 2018-03-30 23:29:47 -07:00
Chris Cummer
b937d64d75 BaseWidget added to start reducing some of the code duplication 2018-03-30 22:29:19 -07:00
Chris Cummer
a09691c86f Better calendar display 2018-03-30 10:48:03 -07:00
Chris Cummer
4074893799 Slightly more fine-grained top-row grid 2018-03-30 10:41:55 -07:00
Chris Cummer
da8220ff0d Nowrap text on widget that don't need to wrap text 2018-03-30 10:37:38 -07:00
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
25898dcb24 Sleep-based refresh timer for all widgets (don't judge me, it's temporary) 2018-03-30 09:37:48 -07:00
Chris Cummer
69e0034871 Status and weather refresh on a global interval 2018-03-29 22:26:59 -07:00
Chris Cummer
8a258225c9 Widgetized Status 2018-03-29 18:07:47 -07:00
Chris Cummer
951da43f99 Widgetized Google Calendar 2018-03-29 18:03:43 -07:00
Chris Cummer
6cfa0ef632 Widgetized BambooHR 2018-03-29 17:08:57 -07:00
Chris Cummer
c56e99fcec WIP Extending weather to be a self-contained, updatable widget 2018-03-29 13:19:11 -07:00
Chris Cummer
57b0e96d64 Grey out past calendar event descriptions 2018-03-29 13:18:45 -07:00
Chris Cummer
b0184bca2d gitignore the compiled binary 2018-03-29 03:39:58 -07:00
Chris Cummer
bb71396291 Seperate calendar coloring code from widget code 2018-03-29 03:38:22 -07:00
Chris Cummer
0b86262560 More weather emoji 2018-03-29 03:34:36 -07:00
Chris Cummer
3393882dc8 Color 1on1 calendar events differently than other calendar events 2018-03-29 03:04:43 -07:00
Chris Cummer
1e7af63e63 Return calendar events for the current day (not just ones after now()) 2018-03-29 02:59:59 -07:00
Chris Cummer
71b0500c6f A bit of intelligence around which weather emoji gets displayed 2018-03-29 02:52:02 -07:00
Chris Cummer
8d7c163d37 Improve display of single-day away? date durations 2018-03-29 02:32:58 -07:00
Chris Cummer
07059749d6 Better weather formatting 2018-03-28 20:19:01 -07:00
Chris Cummer
b424655785 Delete some commented-out code 2018-03-28 19:46:29 -07:00
Chris Cummer
8946e5cf24 Adds in Google Calendar and Weather support (hard-coded right now) 2018-03-28 19:41:38 -07:00
Chris Cummer
176052c78f First commit 2018-03-28 19:41:38 -07:00