From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[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   <video href="https://www.youtube.com/watch?v=UsUGENa7jvE"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="10000"
12           convert="invert"/>
13
14   <number id="cycles" type="slider" arg="-cycles %"
15           _label="Number of pipes" _low-label="One" _high-label="A hundred"
16           low="1" high="100" default="5"/>
17
18   <number id="size" type="slider" arg="-size %"
19           _label="Pipe length" _low-label="Short" _high-label="Long"
20           low="0" high="3000" default="500"/>
21
22   <number id="factory" type="slider" arg="-factory %"
23           _label="Gadgetry" _low-label="None" _high-label="Lots"
24           low="0" high="10" default="2"/>
25
26   <hgroup>
27    <boolean id="fisheye" _label="Fisheye lens" arg-unset="-no-fisheye"/>
28    <boolean id="tight"   _label="Allow tight turns" arg-set="-tightturns"/>
29    <select id="style">
30     <option id="curves" _label="Curved pipes"   arg-set="-count 3"/>
31     <option id="balls"  _label="Ball joints"    arg-set="-count 1"/>
32     <option id="fit"    _label="Bolted fittings"/>
33     <option id="random" _label="Random style"   arg-set="-count 0"/>
34    </select>
35   </hgroup>
36
37   <hgroup>
38    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
39    <boolean id="wire"    _label="Wireframe" arg-set="-wireframe"/>
40   </hgroup>
41
42   <xscreensaver-updater />
43
44   <_description>
45 A growing plumbing system, with bolts and valves.
46
47 Written by Marcelo Vianna and Jamie Zawinski; 1997.
48   </_description>
49 </screensaver>