ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / config / flow.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="flow" _label="Flow">
4
5   <command arg="-root"/>
6
7   <number id="count" type="spinbutton" arg="-count %"
8           _label="Count" low="0" high="1000" default="500"/>
9
10   <number id="cycles" type="slider" arg="-cycles %"
11            _label="Timeout" _low-label="Small" _high-label="Large"
12           low="0" high="800000" default="3000"/>
13
14   <number id="delay" type="slider" arg="-delay %"
15           _label="Speed" _low-label="Slow" _high-label="Fast"
16           low="0" high="20000" default="1000"
17           convert="invert"/>
18
19   <number id="ncolors" type="slider" arg="-ncolors %"
20             _label="Number of Colors" _low-label="Two" _high-label="Many"
21             low="1" high="255" default="200"/>
22
23   <boolean id="rotate" _label="Rotate Around Attractor" arg-unset="-rotate false"/>
24   <boolean id="ride"   _label="Ride a Trained Bee" arg-unset="-ride false"/>
25   <boolean id="zoom"   _label="Zoom In and Out" arg-unset="-zoom false"/>
26   <boolean id="box"    _label="Show Bounding Box"  arg-unset="-box false"/>
27   <boolean id="freeze" _label="Freeze Some Bees" arg-unset="-freeze false"/>
28   <boolean id="allow2d" _label="Allow 2D Attractors" arg-unset="-allow2d false"/>
29   <boolean id="slow"   _label="Slow Bees with Antifreeze" arg-unset="-slow false"/>
30
31   <!-- #### -slow [True] -->
32
33
34   <_description>
35 Another series of strange attractors: a flowing series of points,
36 making strange rotational shapes.  Written by Tim Auckland.
37   </_description>
38 </screensaver>