| 1234567891011121314151617181920212223242526 |
- [stream]
- main = stconflict timenow
- wttr = wttr
-
- [nag.timenow]
- command = date +%H:%M
- expiry = 10m
- term-color = magenta
-
- [nag.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.wttr]
- command = curl -s 'wttr.in/Brno?1&n&q&T'
- expiry = 3h
- notify-urgency = low
- term-color = lblue
-
- [nag.fortune]
- command = fortune -s tao
- expiry = 90m
- notify-urgency = normal
- term-color = lyellow
|