configuration improvements
This commit is contained in:
parent
c8c63a4bfb
commit
58e4638bbc
13
config.yml
13
config.yml
|
@ -67,7 +67,7 @@ barcharts:
|
||||||
- label: FINISHED
|
- label: FINISHED
|
||||||
value: mongo --quiet --host=localhost blog --eval "db.getCollection('posts').find({status:'INACTIVE'}).itcount()"
|
value: mongo --quiet --host=localhost blog --eval "db.getCollection('posts').find({status:'INACTIVE'}).itcount()"
|
||||||
gauges:
|
gauges:
|
||||||
- title: YEAR PROGRESS (TODO day progress)
|
- title: YEAR PROGRESS
|
||||||
position:
|
position:
|
||||||
w: 0
|
w: 0
|
||||||
h: 41
|
h: 41
|
||||||
|
@ -78,6 +78,17 @@ gauges:
|
||||||
cur: date +%j
|
cur: date +%j
|
||||||
max: echo 365
|
max: echo 365
|
||||||
min: echo 0
|
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
|
- title: HOUR PROGRESS
|
||||||
position:
|
position:
|
||||||
w: 0
|
w: 0
|
||||||
|
|
Loading…
Reference in New Issue