From 34a4061f5ded4d85eba932dc5265dd10bc072896 Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 6 Jun 2018 11:50:44 -0700 Subject: [PATCH] sample bargraph config added --- _sample_configs/bargraph_config.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _sample_configs/bargraph_config.yml diff --git a/_sample_configs/bargraph_config.yml b/_sample_configs/bargraph_config.yml new file mode 100644 index 00000000..577771ee --- /dev/null +++ b/_sample_configs/bargraph_config.yml @@ -0,0 +1,27 @@ +wtf: + colors: + border: + focusable: darkslateblue + focused: orange + normal: gray + grid: + columns: [40, 40] + rows: [13, 13, 4] + refreshInterval: 1 + mods: + bargraph: + colors: + from: + name: coral + displayName: grey + to: + name: white + price: green + enabled: true + position: + top: 2 + left: 0 + height: 2 + width: 2 + refreshInterval: 30 + updateInterval: 15 \ No newline at end of file