浏览代码

Add nag for syncthing conflicts

Alois Mahdal 7 年前
父节点
当前提交
5bbc5ff27e
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      dotfiles/bmo/nag.ini

+ 7
- 0
dotfiles/bmo/nag.ini 查看文件

@@ -1,5 +1,6 @@
1 1
 [nag.stream]
2 2
     master = event overdue projsum active week
3
+    master = event overdue projsum active week stconflict
3 4
 
4 5
 [nag.def.event]
5 6
     command = task rc.verbose=nothing list +event due.before:now+2w -ACTIVE
@@ -11,6 +12,12 @@
11 12
     expiry = 6 hours
12 13
     term-color = lgreen
13 14
 
15
+[nag.def.stconflict]
16
+    command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat
17
+    expiry = 3 hours
18
+    notify-urgency = critical
19
+    term-color = lred
20
+
14 21
 [nag.def.week]
15 22
     command = task rc.verbose=nothing list +WEEK -ACTIVE
16 23
     expiry = 2 hours