Bladeren bron

Remove taskwarrior nags

Alois Mahdal 10 maanden geleden
bovenliggende
commit
328db0141b
1 gewijzigde bestanden met toevoegingen van 1 en 29 verwijderingen
  1. 1
    29
      dotfiles/config/bmo/nag.ini

+ 1
- 29
dotfiles/config/bmo/nag.ini Bestand weergeven

1
 [nag.stream]
1
 [nag.stream]
2
-    master = event overdue projsum active week stconflict wttr timenow
2
+    master = stconflict wttr timenow
3
 
3
 
4
 [nag.def.timenow]
4
 [nag.def.timenow]
5
     command = date --rfc-3339=seconds
5
     command = date --rfc-3339=seconds
6
     expiry = 10 minutes
6
     expiry = 10 minutes
7
     term-color = magenta
7
     term-color = magenta
8
 
8
 
9
-[nag.def.event]
10
-    command = task rc.verbose=nothing list +event due.before:now+2w -ACTIVE
11
-    expiry = 6 hours
12
-    term-color = magenta
13
-
14
-[nag.def.projsum]
15
-    command = task rc.verbose=nothing summary +PROJECT
16
-    expiry = 6 hours
17
-    term-color = lgreen
18
-
19
 [nag.def.stconflict]
9
 [nag.def.stconflict]
20
     command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat
10
     command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat
21
     expiry = 3 hours
11
     expiry = 3 hours
22
     notify-urgency = critical
12
     notify-urgency = critical
23
     term-color = lred
13
     term-color = lred
24
 
14
 
25
-[nag.def.week]
26
-    command = task rc.verbose=nothing list +WEEK -ACTIVE
27
-    expiry = 2 hours
28
-    notify-urgency = low
29
-    term-color = lblack
30
-
31
-[nag.def.overdue]
32
-    command = task rc.verbose=nothing list +OVERDUE -ACTIVE
33
-    expiry = 30 minutes
34
-    notify-urgency = critical
35
-    term-color = lred
36
-
37
-[nag.def.active]
38
-    command = task rc.verbose=nothing list +ACTIVE
39
-    expiry = 5 minutes
40
-    notify-urgency = normal
41
-    term-color = lblue
42
-
43
 [nag.def.wttr]
15
 [nag.def.wttr]
44
     command = curl -s 'wttr.in/?1&n&q&T'
16
     command = curl -s 'wttr.in/?1&n&q&T'
45
     expiry = 3 hours
17
     expiry = 3 hours