From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / pipes.xml
index c8c5662120cb11eafd088881a35903c102068a6a..b2e034acaa8e0d7ba1d066792d8b569e204a0a6a 100644 (file)
@@ -1,48 +1,47 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="pipes" _label="Pipes">
+<screensaver name="pipes" _label="Pipes" gl="yes">
 
   <command arg="-root"/>
 
-  <select id="style">
-    <option id="curves" _label="Curved Pipes"   arg-set="-count 0"/>
-    <option id="balls"  _label="Ball Joints"    arg-set="-count 1"/>
-    <option id="fit"    _label="Pipe Fittings"/>
-  </select>
-
-  <vgroup>
-    <hgroup>
-      <number id="cycles" type="spinbutton" arg="-cycles %"
-               _label="Number of Pipe Systems" low="0" high="100" default="5"/>
-    </hgroup>
-    <hgroup>
-      <number id="size" type="spinbutton" arg="-size %"
-              _label="System Length" low="0" high="1000" default="500"/>
-    </hgroup>
-  </vgroup>
-
-  <!-- #### -factory [2] -->
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
+          convert="invert"/>
+
+  <number id="cycles" type="slider" arg="-cycles %"
+          _label="Number of pipes" _low-label="One" _high-label="A hundred"
+          low="1" high="100" default="5"/>
+
+  <number id="size" type="slider" arg="-size %"
+          _label="Pipe length" _low-label="Short" _high-label="Long"
+          low="0" high="3000" default="500"/>
 
   <number id="factory" type="slider" arg="-factory %"
           _label="Gadgetry" _low-label="None" _high-label="Lots"
           low="0" high="10" default="2"/>
 
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="10000" default="100"
-          convert="invert"/>
+  <hgroup>
+   <boolean id="fisheye" _label="Fisheye lens" arg-unset="-no-fisheye"/>
+   <boolean id="tight"   _label="Allow tight turns" arg-set="-tightturns"/>
+   <select id="style">
+    <option id="curves" _label="Curved pipes"   arg-set="-count 3"/>
+    <option id="balls"  _label="Ball joints"    arg-set="-count 1"/>
+    <option id="fit"    _label="Bolted fittings"/>
+    <option id="random" _label="Random style"   arg-set="-count 0"/>
+   </select>
+  </hgroup>
 
-  <boolean id="fisheye" _label="Fisheye Lens" arg-unset="-no-fisheye"/>
+  <hgroup>
+   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+   <boolean id="wire"    _label="Wireframe" arg-set="-wireframe"/>
+  </hgroup>
 
-  <boolean id="tight"   _label="Allow Tight Turns" arg-set="-tightturns"/>
-
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
-
-  <!-- #### -no-rotatepipes -->
+  <xscreensaver-updater />
 
   <_description>
-If you've ever been in the same room with a Windows NT machine,
-you've probably seen this GL hack.  This version is by Marcelo
-Vianna.
+A growing plumbing system, with bolts and valves.
+
+Written by Marcelo Vianna; 1997.
   </_description>
 </screensaver>