http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / pipes.xml
index f48a0de5a985687dd08d5132835e09aea53ceeba..24b1b0825f10ddc3a25e554abc9c2331a9d3cdc3 100644 (file)
@@ -4,34 +4,34 @@
 
   <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="Bolted Fittings"/>
-  </select>
+  <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="10"/>
+          _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"
+          _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="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="80000" default="10000"
-          convert="invert"/>
-
   <hgroup>
-   <boolean id="fisheye" _label="Fisheye Lens" arg-unset="-no-fisheye"/>
-   <boolean id="tight"   _label="Allow Tight Turns" arg-set="-tightturns"/>
+   <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 0"/>
+    <option id="balls"  _label="Ball joints"    arg-set="-count 1"/>
+    <option id="fit"    _label="Bolted fittings"/>
+  </select>
+
   </hgroup>
-   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
   <_description>
 A growing plumbing system, with bolts and valves.