Created
October 13, 2017 17:55
-
-
Save dphiffer/f21ff00cf7f6c73134e099baf29c6ef4 to your computer and use it in GitHub Desktop.
distractionland configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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