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,25 +1,25 @@
1 1
 [nag.stream]
2
-    master = stconflict wttr timenow
2
+    main = stconflict wttr timenow
3 3
 
4 4
 [nag.def.timenow]
5 5
     command = date --rfc-3339=seconds
6
-    expiry = 10 minutes
6
+    expiry = 10m
7 7
     term-color = magenta
8 8
 
9 9
 [nag.def.stconflict]
10 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 12
     notify-urgency = critical
13 13
     term-color = lred
14 14
 
15 15
 [nag.def.wttr]
16 16
     command = curl -s 'wttr.in/Brno?1&n&q&T'
17
-    expiry = 3 hours
17
+    expiry = 3h
18 18
     notify-urgency = low
19 19
     term-color = lblue
20 20
 
21 21
 [nag.def.fortune]
22 22
     command = fortune -s tao
23
-    expiry = 90 minutes
23
+    expiry = 90m
24 24
     notify-urgency = normal
25 25
     term-color = lyellow