Skip to content

Commit

Permalink
improve config example
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Apr 24, 2023
1 parent f5c8e6c commit e7fd0de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ work-duration = 1500
short-break-duration = 300
long-break-duration = 900

server-started-hook = "notify-send '🍅 Pomodoro' 'Server started!'"
server-stopping-hook = "notify-send '🍅 Pomodoro' 'Server stopping…'"
server-stopped-hook = "notify-send '🍅 Pomodoro' 'Server stopped!'"

timer-started-hook = "notify-send '🍅 Pomodoro' 'Timer started!'"
timer-stopped-hook = "notify-send '🍅 Pomodoro' 'Timer stopped!'"

[tcp]
host = "localhost"
Expand Down

0 comments on commit e7fd0de

Please sign in to comment.