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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Default configuration file for tclock
# Copy this file to ~/.config/tclock/config.toml to enable configuration
# Global default settings
[]
# Default mode: clock, timer, stopwatch, countdown
= "clock"
# Default color
= "green"
# Default size
= 1
# Default settings for clock mode
[]
# Whether to show date
= true
# Whether to show seconds
= true
# Whether to show milliseconds
= false
# Timezone, e.g., "America/New_York", "Asia/Shanghai"
# timezone = "America/New_York"
# Default settings for timer mode
[]
# Default durations, can set multiple
= ["25m", "5m"]
# Corresponding titles, can set multiple
= ["Work", "Break"]
# Whether to repeat
= false
# Whether to show milliseconds
= true
# Whether to start in paused state
= false
# Whether to auto quit after timer ends
= false
# Commands to execute when timer ends
= []
# Default settings for stopwatch mode
[]
# Default settings for countdown mode
[]
# The target time to countdown to, eg. "2023-01-01", "20:00", "2022-12-25 20:00:00" or "2022-12-25T20:00:00-04:00"
= "2026-01-01"
# Title or description for countdown show in header
= "New year"
# Whether to show milliseconds
= false
# Whether to continue counting after reaching zero
= false
# Whether to count in reverse (count up)
= false