-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.thymerc
30 lines (30 loc) · 1.08 KB
/
.thymerc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# timer: 400
# timer_break: 60
color_warning: "yellow"
color_break: "bright blue"
status_override: false
options:
quit:
flag: "-q"
flag_long: "--quit"
description: "Quit thymer, turn off focus mode"
command: "shortcuts run 'Set Focus Off'; thyme --stop; sketchybar -m --update"
hooks:
before_all:
events: "before_all"
command: "shortcuts run 'Set Focus On'"
before:
events: "before"
command: "sketchybar -m --update; echo `date -u +'%Y-%m-%d %H:%M:%S'` > $HOME/iCloud/Docs/data/thyme.start"
after:
events: "after"
command: "shortcuts run 'Set Focus Off'; sketchybar -m --update; echo \"`cat $HOME/iCloud/Docs/data/thyme.start`\",\"`date -u '+%Y-%m-%d %H:%M:%S'`\" >> $HOME/iCloud/Docs/data/pomos.csv; afplay /System/Library/Sounds/Funk.aiff"
after_all:
events: "after_all"
command: "shortcuts run 'Set Focus Off'"
before_break:
events: "before_break"
command: "sketchybar -m --update"
after_break:
events: "after_break"
command: "shortcuts run 'Set Focus On'; sketchybar -m --update; afplay /System/Library/Sounds/Funk.aiff"