Pārlūkot izejas kodu

Add bmo-nag config

Alois Mahdal 7 gadus atpakaļ
vecāks
revīzija
eb10276b51
1 mainītis faili ar 26 papildinājumiem un 0 dzēšanām
  1. 26
    0
      dotfiles/bmo/nag.ini

+ 26
- 0
dotfiles/bmo/nag.ini Parādīt failu

@@ -0,0 +1,26 @@
1
+[nag.list]
2
+    master = event overdue active week
3
+
4
+[nag.def.event]
5
+    command = task rc.verbose=nothing list +event due.before:now+4w -ACTIVE
6
+    expiry = 6 hours
7
+    term-color = magenta
8
+
9
+[nag.def.week]
10
+    command = task rc.verbose=nothing list +WEEK -ACTIVE
11
+    expiry = 2 hours
12
+    notify-urgency = low
13
+    term-color = lblack
14
+
15
+[nag.def.overdue]
16
+    command = task rc.verbose=nothing list +OVERDUE -ACTIVE
17
+    expiry = 30 minutes
18
+    notify-urgency = critical
19
+    term-color = lred
20
+
21
+[nag.def.active]
22
+    command = task rc.verbose=nothing list +ACTIVE
23
+    expiry = 5 minutes
24
+    notify-urgency = normal
25
+    term-color = lblue
26
+