http://ftp.nluug.nl/pub/os/Linux/distr/pardusrepo/sources/xscreensaver-5.02.tar.gz
[xscreensaver] / hacks / config / pipes.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="pipes" _label="Pipes">
4
5   <command arg="-root"/>
6
7   <select id="style">
8     <option id="curves" _label="Curved Pipes"   arg-set="-count 0"/>
9     <option id="balls"  _label="Ball Joints"    arg-set="-count 1"/>
10     <option id="fit"    _label="Bolted Fittings"/>
11   </select>
12
13   <number id="cycles" type="slider" arg="-cycles %"
14           _label="Number of Pipes" _low-label="One" _high-label="A Hundred"
15           low="1" high="100" default="10"/>
16
17   <number id="size" type="slider" arg="-size %"
18           _label="Pipe Length" _low-label="Short" _high-label="Long"
19           low="0" high="3000" default="500"/>
20
21   <number id="factory" type="slider" arg="-factory %"
22           _label="Gadgetry" _low-label="None" _high-label="Lots"
23           low="0" high="10" default="2"/>
24
25   <number id="delay" type="slider" arg="-delay %"
26           _label="Speed" _low-label="Slow" _high-label="Fast"
27           low="0" high="80000" default="10000"
28           convert="invert"/>
29
30   <hgroup>
31    <boolean id="fisheye" _label="Fisheye Lens" arg-unset="-no-fisheye"/>
32    <boolean id="tight"   _label="Allow Tight Turns" arg-set="-tightturns"/>
33   </hgroup>
34    <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
35
36   <_description>
37 A growing plumbing system, with bolts and valves.
38
39 Written by Marcelo Vianna; 1997.
40   </_description>
41 </screensaver>