2fa82e23f5d06f75b9fadb38abce7f54708f6656
[xscreensaver] / hacks / config / pipes.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="pipes" _label="Pipes" gl="yes">
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="10000"
10           convert="invert"/>
11
12   <number id="cycles" type="slider" arg="-cycles %"
13           _label="Number of pipes" _low-label="One" _high-label="A hundred"
14           low="1" high="100" default="5"/>
15
16   <number id="size" type="slider" arg="-size %"
17           _label="Pipe length" _low-label="Short" _high-label="Long"
18           low="0" high="3000" default="500"/>
19
20   <number id="factory" type="slider" arg="-factory %"
21           _label="Gadgetry" _low-label="None" _high-label="Lots"
22           low="0" high="10" default="2"/>
23
24   <hgroup>
25    <boolean id="fisheye" _label="Fisheye lens" arg-unset="-no-fisheye"/>
26    <boolean id="tight"   _label="Allow tight turns" arg-set="-tightturns"/>
27    <select id="style">
28     <option id="curves" _label="Curved pipes"   arg-set="-count 3"/>
29     <option id="balls"  _label="Ball joints"    arg-set="-count 1"/>
30     <option id="fit"    _label="Bolted fittings"/>
31     <option id="random" _label="Random style"   arg-set="-count 0"/>
32    </select>
33   </hgroup>
34
35   <hgroup>
36    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
37    <boolean id="wire"    _label="Wireframe" arg-set="-wireframe"/>
38   </hgroup>
39
40   <_description>
41 A growing plumbing system, with bolts and valves.
42
43 Written by Marcelo Vianna; 1997.
44   </_description>
45 </screensaver>