http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / kaleidescope.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="kaleidescope" _label="Kaleidescope">
4
5   <command arg="-root"/>
6
7   <number id="speed" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="20000" default="20000"
10           convert="invert"/>
11
12   <number id="nsegments" type="spinbutton" arg="-nsegments %"
13           _label="Segments" low="1" high="100" default="7"/>
14
15   <number id="symmetry" type="spinbutton" arg="-symmetry %"
16           _label="Symmetry" low="3" high="32" default="11"/>
17
18   <number id="ntrails" type="slider" arg="-ntrails %"
19           _label="Trails" _low-label="Few" _high-label="Many"
20           low="1" high="1000" default="100"
21           convert="invert"/>
22
23   <!-- #### -local_rotation [-59] -->
24   <!-- #### -global_rotation [1] -->
25   <!-- #### -spring_constant [5] -->
26
27   <_description>
28 Another clone of an ancient meme, consisting largely of frenetic
29 rotational motion of colored lines.  This one is by Ron Tapia.  The
30 motion is nice, but I think it needs more solids, or perhaps just
31 brighter colors.  More variations in the rotational speed might help,
32 too.
33   </_description>
34 </screensaver>