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

41 Commits

Author SHA1 Message Date
Chris Cummer
1686c9a6a9 Add small_config.yml for testing
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-13 22:33:28 -08:00
Chris Cummer
5bbbda22aa Remove stray grid: key from dynamic_config.yml
Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-11-09 14:11:36 -08:00
Chris Cummer
a18fce88ac
WTF-718 Fixes missing grid issue when running CmdRunner (#740)
Closes #718 and closes #730.

Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-11-09 14:09:13 -08:00
Chris Cummer
200dbcc03c
WTF-730 Fix missing color key config error (#738)
* WTF-730 Fix missing color key config error

Signed-off-by: Chris Cummer <chriscummer@me.com>

* WTF-730 Add Subheading color formatting to modules

Users can now set a `subheading` color in their config to change the
color of subheadings in widget display.

Defaults to `red`.

Signed-off-by: Chris Cummer <chriscummer@me.com>

* WTF-730 Fix oustanding color issues

Clean up missing color config changes not addressed in earlier commits.

Signed-off-by: Chris Cummer <chriscummer@me.com>

* Remove unused dependency

Signed-off-by: Chris Cummer <chriscummer@me.com>

* WTF-730 Base cleanup

Signed-off-by: Chris Cummer <chriscummer@me.com>

* WTF-730 Fix a few bugs related to color config changes

Signed-off-by: Chris Cummer <chriscummer@me.com>

* WTF-730 Fix issues with PagerDuty subheading display

Signed-off-by: Chris Cummer <chriscummer@me.com>

* WTF-730 Fix bug with Todo list colour rendering

Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-11-09 11:21:45 -08:00
Heitor Neiva
3bd7041426
Fix sample config
- Fixed spelling
- Fixed indentation
2019-08-28 08:48:31 -07:00
Andrew Suderman
da0e1dbd5b
Adding a Kubernetes module for displaying Kubernetes cluster resources and info
Signed-off-by: Andrew Suderman <andrew@sudermanjr.com>
2019-08-05 21:43:52 -06:00
retgits
18e5619246
feat: update sample configs 2019-05-11 09:37:22 -07:00
retgits
ea302d80ca
feat: update config 2019-05-07 20:59:00 -07:00
Anand Sudhir Prayaga
c8b6eb2b60 Fix references to old Github repo location with new one 2018-11-28 14:47:06 +01:00
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