Chris Cummer
f650bb1698
Remove the app.Draw() gorountine
...
Prefer to have widgets force a draw when their data changes. This should
reduce draws (unless the user has a module installed that updates >=
1/sec, the old draw default).
This should also remove a source of some of the race conditions that
users were experiencing (though not all, there are still many).
2018-09-24 14:40:57 -07:00
Chris Cummer
9bd2430063
Minor code cleanup
2018-09-24 08:52:57 -07:00
Chris Cummer
1d39654c05
Better simple config example
2018-09-08 07:59:24 -07:00
Chris Cummer
35c2e088e0
WIP
2018-07-11 17:47:05 -07:00
Bill Keenan
f1c4644620
now will load weather api key from config if not in env
2018-07-11 17:36:51 -07:00
Chris Cummer
25290cdc57
Camelcase the Weather API key config for consistency
2018-07-11 17:27:06 -07:00
Bill Keenan
4b9c42844b
now will load weather api key from config if not in env
2018-06-29 09:20:44 -04:00
Chris Cummer
d44a8db74c
Merge branch 'master' into addBargraphTest
2018-06-27 20:38:01 -07:00
Bill Keenan
ac9c44d322
ugh this config
2018-06-27 14:35:13 -04:00
Bill Keenan
87c8f8574e
updated sample config, to new property names
2018-06-27 13:31:24 -04:00
Bill Keenan
f3cf51f5e7
udpated config
2018-06-26 14:41:12 -04:00
Bill Keenan
02c07aa96f
udpated config
2018-06-26 14:40:44 -04:00
Bill Keenan
9a31f95409
added length of bar to bargraph config
2018-06-26 13:57:13 -04:00
Chris Cummer
82e4602dc3
Make BarGraph example graph icon configurable
...
Set 'wtf.mods.bargraph.graphIcon` to the string you want to use as the
graph icon.
2018-06-21 20:35:39 -07:00
Chris Cummer
343612eb5e
Update new config paths in documentation
2018-06-20 16:59:11 -07:00
Chris Cummer
4a00c114ce
Move command line flags into it's own module
2018-06-16 08:31:11 -07:00
Andrew
a558ee948f
Reverted names
2018-06-10 03:36:53 +03:00
Andrew
da1ffdd817
Changed name to andrewzolotukhin
2018-06-10 03:15:58 +03:00
Andrew
585d4cc10e
Updated config
2018-06-10 02:58:04 +03:00
Andrew
6288c70156
Returned names of repo
2018-06-10 02:50:16 +03:00
Andrew
77823419b5
Temporary changed username.
2018-06-10 00:16:40 +03:00
Chris Cummer
60d41266cd
Merge branch 'master' into master
2018-06-08 15:48:55 -07:00
Andrew_Zol
0ae1061ced
Added updated config.
2018-06-08 20:31:44 +03:00
Bill
34a4061f5d
sample bargraph config added
2018-06-06 11:50:44 -07:00
Chris Cummer
9e49c18c44
Close #84 . Add wtf.colors.background config option
2018-05-31 08:52:37 -07:00
Geoff Lee
a1dabd18fa
Fix instructions
...
Missing src intermediate directory
On branch fix-setup-docs - Mon 28 May 2018 14:51:21 PDT by Geoff Lee <geofflee25@gmail.com>
2018-05-28 14:51:21 -07:00
Chris Cummer
90f25d3d07
[WTF-55] Closes #55 . Add documentation for the Power module.
2018-05-26 20:46:29 -07:00
Chris Cummer
0cdd859aa7
Closes #48 . Update complex_config.yml to be accurate
2018-05-23 17:57:04 -07:00
Chris Cummer
2ecd5e4b84
Closes #44 . Cannot tab to disabled widgets.
2018-05-16 17:22:14 -07:00
Chris Cummer
27107fcd37
Closes #33 . Creates .wtf dir and config.yml if they don't exist.
2018-05-16 10:23:46 -07:00
Chris Cummer
8d131907a2
WIP
2018-04-12 08:58:23 -07:00
Chris Cummer
27a267b123
Cleaner config format and added simple_config.yml example
2018-04-10 11:28:48 -07:00