Bladeren bron

Update bmo nag.ini for pybmo

Alois Mahdal 10 maanden geleden
bovenliggende
commit
09e9ffe1a1
1 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 5
    5
      dotfiles/config/bmo/nag.ini

+ 5
- 5
dotfiles/config/bmo/nag.ini Bestand weergeven

1
 [nag.stream]
1
 [nag.stream]
2
-    master = stconflict wttr timenow
2
+    main = stconflict wttr timenow
3
 
3
 
4
 [nag.def.timenow]
4
 [nag.def.timenow]
5
     command = date --rfc-3339=seconds
5
     command = date --rfc-3339=seconds
6
-    expiry = 10 minutes
6
+    expiry = 10m
7
     term-color = magenta
7
     term-color = magenta
8
 
8
 
9
 [nag.def.stconflict]
9
 [nag.def.stconflict]
10
     command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat | grep . || true
10
     command = find $HOME/st/config/dotfiles* -name "*conflict*" | grep -v st/config/dotfiles/weechat | grep . || true
11
-    expiry = 3 hours
11
+    expiry = 3h
12
     notify-urgency = critical
12
     notify-urgency = critical
13
     term-color = lred
13
     term-color = lred
14
 
14
 
15
 [nag.def.wttr]
15
 [nag.def.wttr]
16
     command = curl -s 'wttr.in/Brno?1&n&q&T'
16
     command = curl -s 'wttr.in/Brno?1&n&q&T'
17
-    expiry = 3 hours
17
+    expiry = 3h
18
     notify-urgency = low
18
     notify-urgency = low
19
     term-color = lblue
19
     term-color = lblue
20
 
20
 
21
 [nag.def.fortune]
21
 [nag.def.fortune]
22
     command = fortune -s tao
22
     command = fortune -s tao
23
-    expiry = 90 minutes
23
+    expiry = 90m
24
     notify-urgency = normal
24
     notify-urgency = normal
25
     term-color = lyellow
25
     term-color = lyellow