Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pfitz/6311713 to your computer and use it in GitHub Desktop.
Save pfitz/6311713 to your computer and use it in GitHub Desktop.
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment