aboutsummaryrefslogtreecommitdiff
path: root/examples/sample_config.toml
blob: fdf2883053c0791ad4d83e2a86be525e2d8b6ddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# mostly under ~/.config/xcursorlocate/ or ~/.xcursorlocate/ as
# xcursorlocate.toml. auto generated on first run.

# the size of the largest circle in the indicator
max_size = 200

# duration in milliseconds. values less than 200 might lead to the indicator
# not being drawn on the screen at all
duration = 500

# the width of each circle in display pixels.
thickness = 1

# total circles displayed in the indicator. setting this to a value greater
# than max_size/thickness could lead to the indicator not being drawn at all.
no_of_circles = 7

# indicator color, set to hex (0xRRGGBB) or 32 bit int.
# alpha not supported (yet)
color = 0x00FECA

# values: Grow, Shrink
animation = 'Shrink'