Browse Source

Add "project summary" nag

Alois Mahdal 7 years ago
parent
commit
f90b7ec0f3
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      dotfiles/bmo/nag.ini

+ 6
- 1
dotfiles/bmo/nag.ini View File

1
 [nag.stream]
1
 [nag.stream]
2
-    master = event overdue active week
2
+    master = event overdue projsum active week
3
 
3
 
4
 [nag.def.event]
4
 [nag.def.event]
5
     command = task rc.verbose=nothing list +event due.before:now+2w -ACTIVE
5
     command = task rc.verbose=nothing list +event due.before:now+2w -ACTIVE
6
     expiry = 6 hours
6
     expiry = 6 hours
7
     term-color = magenta
7
     term-color = magenta
8
 
8
 
9
+[nag.def.projsum]
10
+    command = task rc.verbose=nothing summary +PROJECT
11
+    expiry = 6 hours
12
+    term-color = lgreen
13
+
9
 [nag.def.week]
14
 [nag.def.week]
10
     command = task rc.verbose=nothing list +WEEK -ACTIVE
15
     command = task rc.verbose=nothing list +WEEK -ACTIVE
11
     expiry = 2 hours
16
     expiry = 2 hours