Skip to content

Instantly share code, notes, and snippets.

@rinx
Created February 8, 2016 11:42
Show Gist options
  • Save rinx/100ec87eb301a848b756 to your computer and use it in GitHub Desktop.
Save rinx/100ec87eb301a848b756 to your computer and use it in GitHub Desktop.
iTerm2 wallpaper changer job
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>iterm_wpchange</string>
<key>ProgramArguments</key>
<array>
<string>/bin/sh</string>
<string>/Users/okamura/.iterm_wp/wpchange.sh</string>
</array>
<key>LowPriorityIO</key>
<true/>
<key>Nice</key>
<integer>1</integer>
<key>StartInterval</key>
<integer>900</integer>
<key>StandardErrorPath</key>
<string>/Users/okamura/.iterm_wp/wpchange.log</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment