浏览代码

Add "project summary" nag

Alois Mahdal 8 年前
父节点
当前提交
f90b7ec0f3
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6
    1
      dotfiles/bmo/nag.ini

+ 6
- 1
dotfiles/bmo/nag.ini 查看文件

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