From 2e1a2f6d8ad20771758049dc680323078898f8b7 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 29 Nov 2019 23:06:10 +0530 Subject: doc --- examples/sample_config.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/sample_config.toml b/examples/sample_config.toml index fdf2883..6b906be 100644 --- a/examples/sample_config.toml +++ b/examples/sample_config.toml @@ -11,13 +11,14 @@ 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 +# number of frames in the animation +# could result in choppy animations if you set it very high +# (it can't draw 200 frames in 500 millis dude) +framerate = 30 # indicator color, set to hex (0xRRGGBB) or 32 bit int. # alpha not supported (yet) color = 0x00FECA -# values: Grow, Shrink +# values: Grow, Shrink, GrowOutline, ShrinkOutline animation = 'Shrink' -- cgit v1.2.3