# Customize your productivity workflow by running custom BASH commands when Focus turns on

# Hint: Any line beginning with a # is a comment. Remove the # character to run a command in the examples below.

# Example: Say something
# say "Get to work"

# Example: Play an alert
# afplay /System/Library/Sounds/Funk.aiff

# Example: Show a notification
# osascript -e 'display notification "Get to work!" with title "Focusing"'