-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.orgstat.yaml
61 lines (54 loc) · 1.23 KB
/
.orgstat.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
scopes:
- paths: ['/home/volhovm/org/work.org', '/home/volhovm/org/private.org']
timelineDefault:
colorSalt: 9
colorStrategy:
- tagMatches: [A]
color: "#AAAAAA"
- tagMatches: [B]
color: hash
legend: true
legendColWidth: 0.6
colWidth: 0.7
colHeight: 1.1
reports:
- name: lastWeekWork
range: week-1
modifiers:
- type: filterbytag
tags: [M,H,sleep]
- name: last7Days
range:
from: day-6
to: now
- name: thisWeekMytag
range: week
modifiers:
- type: filterbytag
tag: mytag
- name: todayMytag
range: day
modifiers:
- type: filterbytag
tag: mytag
outputs:
- name: thisWeekTimeline
report: thisWeekTimelineReport
type: timeline
- name: thisWeekTimelineAll
report: last7Days
type: timeline
- name: thisWeekStats
type: summary
template: "mytag: <fc=#355254>%thisWeekMytag%</fc> "
- name: thisWeekStatsScript
type: script
interpreter: "/bin/env sh"
scriptPath: ~/dotfiles/scripts/orgstat_format_bar.sh
reports: [thisWeekMytag, todayMytag]
# For debug
- name: debugBlock
type: block
report: todayMytag
outputDir: /home/volhovm/code/orgstat/
todoKeywords: [ TD, ST, WT, CL, DN ]