<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@ on run
 	-- disable screensaver password requirement
 	do shell script &quot;defaults -currentHost write com.apple.screensaver askForPassword -int 0&quot;
 	-- update loginwindow to take that plist change
-	do shell script &quot;notif&quot;
+	do shell script &quot;/Users/ssouder/repos/proximity-detection-scripts/notif/bin/notif&quot;
 	-- turn off the screensaver
 	tell application &quot;ScreenSaverEngine&quot; to quit
 end run</diff>
      <filename>In-Range.applescript</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ on run
 	-- enable screensaver password requirement
 	do shell script &quot;defaults -currentHost write com.apple.screensaver askForPassword -int 1&quot;
 	-- update loginwindow to take that plist change
-	do shell script &quot;notif&quot;
+	do shell script &quot;/Users/ssouder/repos/proximity-detection-scripts/notif/bin/notif&quot;
 	-- turn off the screensaver
 	tell application &quot;ScreenSaverEngine&quot; to activate
 end run
\ No newline at end of file</diff>
      <filename>Out-Of-Range.applescript</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 # Proximity Detection Scripts and Programs
 
-A set of applescripts and a cli program to enable easy use of the Proximity OS X program to lock and unlock your Mac via a bluetooth device's proximity to your Mac.
+##A set of AppleScripts and a CLI program to enable easy use of the Proximity OS X program to lock and unlock your Mac via a bluetooth device's proximity to your Mac.##
 
-Note: The applescripts assume that the `notif` program is installed and run-able at the command line as `notif`, so the easiest thing to do is to add an alias in your bash profile to this effect --
+Currently, the scripts just set your screensaver to enable and enable password protection on the screensaver when you leave and reverse that when you return. But, obviously they can be extended to trigger a lot of fun things.
 
-	alias notif=&quot;/FULL/PATH/TO/proximity-detection-scripts/notif/bin/notif&quot;
+*Note:* You will have to update the applescripts (line 11 on both the in and out of range scripts) to reference your path to the notif program -- something like `do script &quot;/FULL/PATH/TO/proximity-detection-scripts/notif/bin/notif&quot;`
 
 - For use with [Proximity](http://reduxcomputing.com/)
 - Scripts derived from blog entry: [The Technocrat](http://web.mac.com/jhollington/technocrat/The_Technocrat/Entries/2007/3/18_Bluetooth_Proximity_Detection_on_OS_X.html)</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f3ec51befb32cbeff6a2c0ea3cb1e473b13f8a27</id>
    </parent>
  </parents>
  <author>
    <name>Sam Souder</name>
    <email>samsouder@gmail.com</email>
  </author>
  <url>http://github.com/samsouder/proximity-detection-scripts/commit/1c2d8bb354d4205f0dfb2c321731de4c640c6913</url>
  <id>1c2d8bb354d4205f0dfb2c321731de4c640c6913</id>
  <committed-date>2008-11-13T12:00:03-08:00</committed-date>
  <authored-date>2008-11-13T12:00:03-08:00</authored-date>
  <message>- Fixed up the applescripts to point to a full-path for `notif` as the alias thing didn't work.
- Updated README in accordance.</message>
  <tree>0ebff6274425745a34b6b9eb2980888505fd048a</tree>
  <committer>
    <name>Sam Souder</name>
    <email>samsouder@gmail.com</email>
  </committer>
</commit>
