1234567891011121314151617181920212223242526272829303132333435363738 |
- [nag.stream]
- master = event overdue projsum active week
- master = event overdue projsum active week stconflict
-
- [nag.def.event]
- command = task rc.verbose=nothing list +event due.before:now+2w -ACTIVE
- expiry = 6 hours
- term-color = magenta
-
- [nag.def.projsum]
- command = task rc.verbose=nothing summary +PROJECT
- expiry = 6 hours
- term-color = lgreen
-
- [nag.def.stconflict]
- command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat
- expiry = 3 hours
- notify-urgency = critical
- term-color = lred
-
- [nag.def.week]
- command = task rc.verbose=nothing list +WEEK -ACTIVE
- expiry = 2 hours
- notify-urgency = low
- term-color = lblack
-
- [nag.def.overdue]
- command = task rc.verbose=nothing list +OVERDUE -ACTIVE
- expiry = 30 minutes
- notify-urgency = critical
- term-color = lred
-
- [nag.def.active]
- command = task rc.verbose=nothing list +ACTIVE
- expiry = 5 minutes
- notify-urgency = normal
- term-color = lblue
|