-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxitomatl.ini
64 lines (55 loc) · 1.38 KB
/
xitomatl.ini
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
56
57
58
59
60
61
62
63
64
autostart = true
icon_size = 64
[stopped]
name = "stopped"
color = #ff0040
text_color = white
animated = true
[tasks]
1\name = focus
1\minutes = 25
1\animated = true
1\color = #007ba7
1\text_color = white
1\line_color = transparent
1\text_stroke_width = 0
1\text_stroke_color = black
1\line_width = 0
1\font = Noto Sans Mono Condensed ExtraBold
1\in_menu = true
# File path to an image to use instead of rendering simple rounded box.
1\image = ""
# Values are relative percentage of icon size (X * 100 / ICON_SIZE)
1\text_size = 65
1\text_x = 0
1\text_y = 0
1\icon_padding = 10
# Icon corner radius 0..100
1\icon_radius = 30
# Options prefixed with "timeout_" change appearance of task that timed out
# (specified number of minutes passed after starting the task).
1\timeout_color = #ff0040
1\timeout_text_color = white
1\timeout_line_color = transparent
# Commands to execute at when the task is started, stopped/ended (by user) or
# finished (specified number of minutes elapsed).
# Multiple commands can be specified one per line and will be executed in
# parallel.
1\command_start = ""
1\command_stop = ""
1\command_finish = ""
2\name = break
2\in_menu = false
2\color = #de3163
2\text_color = white
2\timeout_color = #ffbf00
2\timeout_text_color = black
2\icon_radius = 100
3\name = focus
4\name = break
5\name = focus
6\name = break
7\name = focus
8\name = break
8\minutes = 30
8\in_menu = true