123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- [nag.stream]
- master = event overdue projsum active week stconflict wttr
-
- [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
-
- [nag.def.wttr]
- command = curl -s 'wttr.in/?1&n&q&T'
- expiry = 3 hours
- notify-urgency = low
- term-color = lblue
-
- [nag.def.fortune]
- command = fortune -s tao
- expiry = 90 minutes
- notify-urgency = normal
- term-color = lyellow
|