Skip to content

Instantly share code, notes, and snippets.

@benwaldie
Created June 4, 2013 19:55
Show Gist options
  • Select an option

  • Save benwaldie/5709021 to your computer and use it in GitHub Desktop.

Select an option

Save benwaldie/5709021 to your computer and use it in GitHub Desktop.

Revisions

  1. benwaldie created this gist Jun 4, 2013.
    4 changes: 4 additions & 0 deletions NC_Enable_DoNotDisturb.applescript
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    do shell script "defaults -currentHost write ~/Library/Preferences/ByHost/com.apple.notificationcenterui doNotDisturb -boolean true"
    set theDate to quoted form of (do shell script "date -u +\"%Y-%m-%d %H:%M:%S +0000\"")
    do shell script "defaults -currentHost write ~/Library/Preferences/ByHost/com.apple.notificationcenterui doNotDisturbDate -date " & theDate
    do shell script "killall NotificationCenter"