Skip to content

Instantly share code, notes, and snippets.

@dphiffer
Created October 13, 2017 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dphiffer/f21ff00cf7f6c73134e099baf29c6ef4 to your computer and use it in GitHub Desktop.
Save dphiffer/f21ff00cf7f6c73134e099baf29c6ef4 to your computer and use it in GitHub Desktop.
distractionland configs
<?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>org.phiffer.lunchbreak-end</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/disable-distractions</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>13</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
<key>StandardErrorPath</key>
<string>/tmp/distractionland.err</string>
<key>StandardOutPath</key>
<string>/tmp/distractionland.out</string>
</dict>
</plist>
<?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>org.phiffer.lunchbreak-start</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/enable-distractions</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>12</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
<key>StandardErrorPath</key>
<string>/tmp/distractionland.err</string>
<key>StandardOutPath</key>
<string>/tmp/distractionland.out</string>
</dict>
</plist>
<?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>org.phiffer.workday-end</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/enable-distractions</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>18</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
<key>StandardErrorPath</key>
<string>/tmp/distractionland.err</string>
<key>StandardOutPath</key>
<string>/tmp/distractionland.out</string>
</dict>
</plist>
<?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>org.phiffer.workday-start</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/disable-distractions</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>10</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
<key>StandardErrorPath</key>
<string>/tmp/distractionland.err</string>
<key>StandardOutPath</key>
<string>/tmp/distractionland.out</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment