matth / growl-atom

A script to monitor Atom feeds and create Growl notitifcations for new entries

This URL has Read+Write access

growl-atom / growl.atom.plist
100644 23 lines (22 sloc) 0.573 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>growl.atom</string>
<key>ProgramArguments</key>
<array>
<string>growl-atom</string>
<string>check</string>
</array>
<key>StartInterval</key>
<integer>90</integer>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/bin:/usr/local/bin:/bin</string>
<key>HOME</key>
<string>@USER.HOME@</string>
</dict>
</dict>
</plist>