|
|
@@ -1,45 +1,17 @@
|
|
1
|
1
|
[nag.stream]
|
|
2
|
|
- master = event overdue projsum active week stconflict wttr timenow
|
|
|
2
|
+ master = stconflict wttr timenow
|
|
3
|
3
|
|
|
4
|
4
|
[nag.def.timenow]
|
|
5
|
5
|
command = date --rfc-3339=seconds
|
|
6
|
6
|
expiry = 10 minutes
|
|
7
|
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
|
9
|
[nag.def.stconflict]
|
|
20
|
10
|
command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat
|
|
21
|
11
|
expiry = 3 hours
|
|
22
|
12
|
notify-urgency = critical
|
|
23
|
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
|
15
|
[nag.def.wttr]
|
|
44
|
16
|
command = curl -s 'wttr.in/?1&n&q&T'
|
|
45
|
17
|
expiry = 3 hours
|