| 12345678910111213141516171819202122232425262728293031 |
- [nag.stream]
- main = stconflict wttr timenow
- test = woe
-
- [nag.def.woe]
- command = date -Isec | sed 's/T/ /'
- expiry = 3s
- term-color = lyellow
-
- [nag.def.timenow]
- command = date --rfc-3339=seconds
- expiry = 10m
- term-color = magenta
-
- [nag.def.stconflict]
- command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat | grep . || true
- expiry = 3h
- notify-urgency = critical
- term-color = lred
-
- [nag.def.wttr]
- command = curl -s 'wttr.in/Brno?1&n&q&T'
- expiry = 3h
- notify-urgency = low
- term-color = lblue
-
- [nag.def.fortune]
- command = fortune -s tao
- expiry = 90m
- notify-urgency = normal
- term-color = lyellow
|