From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / crystal.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="crystal" _label="Crystal">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="60000"
10           convert="invert"/>
11
12   <number id="ncolors" type="slider" arg="-ncolors %"
13             _label="Number of colors" _low-label="Two" _high-label="Many"
14             low="1" high="255" default="100"/>
15
16   <!-- #### -maxsize -->
17   <!-- #### -shift (color cycling) -->
18
19   <number id="count" type="spinbutton" arg="-count %"
20           _label="Number of crystals" low="-5000" high="5000" default="-500"/>
21
22   <number id="nx" type="spinbutton" arg="-nx %"
23           _label="Horizontal symmetries" low="-10" high="10" default="-3"/>
24
25   <number id="ny" type="spinbutton" arg="-ny %"
26           _label="Vertical symmetries" low="-10" high="10" default="-3"/>
27
28   <hgroup>
29    <boolean id="grid" _label="Draw grid" arg-set="-grid"/>
30    <boolean id="cells" _label="Draw cell" arg-unset="-no-cell"/>
31    <boolean id="centre" _label="Center on screen" arg-set="-centre"/>
32   </hgroup>
33
34   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
35
36   <xscreensaver-updater />
37
38   <_description>
39 Moving polygons, similar to a kaleidoscope.  See also the
40 "Kaleidescope" and "GLeidescope" screen savers.
41
42 http://en.wikipedia.org/wiki/Kaleidoscope
43
44 Written by Jouk Jansen; 1998.
45   </_description>
46 </screensaver>