http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / pipes.xml
diff --git a/hacks/config/pipes.xml b/hacks/config/pipes.xml
new file mode 100644 (file)
index 0000000..c8c5662
--- /dev/null
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="pipes" _label="Pipes">
+
+  <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="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"/>
+
+  <boolean id="fisheye" _label="Fisheye Lens" arg-unset="-no-fisheye"/>
+
+  <boolean id="tight"   _label="Allow Tight Turns" arg-set="-tightturns"/>
+
+  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+
+  <!-- #### -no-rotatepipes -->
+
+  <_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.
+  </_description>
+</screensaver>