├── README.md └── toggle-do-not-disturb.alfredworkflow /README.md: -------------------------------------------------------------------------------- 1 | # toggle-do-not-disturb 2 | 3 | **Note: This workflow is no longer compatible with MacOS and has been made read-only. Use [Calm Notifications](https://alfred.app/workflows/vitor/calm-notifications/) by [Vitor Galvao](https://github.com/vitorgalvao) instead.** 4 | 5 | Turns Do Not Disturb on or off, with notifications. 6 | 7 | If you're using the workflow in languages other than English, edit the two Applescripts and change "Notification" to the appropriate version in your language. For example, in Spanish, change "Notification" to "Notificacion". This word refers to a UI Element in the MacOS Notification Center. 8 | 9 | Adapted and embellished from Ender's workflow: http://www.alfredforum.com/topic/5266-toggle-do-not-disturb-w-yosemite-support/ 10 | Borrowed applescript from ialexryan's comment here https://gist.github.com/Zettt/fd9979100d4603e548d6 11 | -------------------------------------------------------------------------------- /toggle-do-not-disturb.alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulrudy/alfred-toggle-do-not-disturb/f09862451c5521d7ec178d32b8e347c956b2822c/toggle-do-not-disturb.alfredworkflow --------------------------------------------------------------------------------