From 58e4638bbcff51cb87d95226e831db362a4fcd8a Mon Sep 17 00:00:00 2001 From: sqshq Date: Wed, 27 Feb 2019 21:10:21 -0500 Subject: [PATCH] configuration improvements --- config.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index a32670e..828f65a 100644 --- a/config.yml +++ b/config.yml @@ -67,7 +67,7 @@ barcharts: - label: FINISHED value: mongo --quiet --host=localhost blog --eval "db.getCollection('posts').find({status:'INACTIVE'}).itcount()" gauges: -- title: YEAR PROGRESS (TODO day progress) +- title: YEAR PROGRESS position: w: 0 h: 41 @@ -78,6 +78,17 @@ gauges: cur: date +%j max: echo 365 min: echo 0 +- title: DAY PROGRESS + position: + w: 0 + h: 41 + size: + w: 26 + h: 3 + values: + cur: date +%H + max: echo 24 + min: echo 0 - title: HOUR PROGRESS position: w: 0