http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / ccurve.xml
index 3a74f283179bd0e0d0484478031a0c1405417717..63507d74d1aa9de5f1baf11e360a02283a603b60 100644 (file)
@@ -5,19 +5,20 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Delay" _low-label="0 seconds" _high-label="1 minute"
-          low="0" high="60" default="1"/>
+          _label="Change Image Every" _low-label="0 seconds" _high-label="30 seconds"
+          low="0" high="30" default="1"/>
 
   <number id="pause" type="slider" arg="-pause %"
-          _label="Duration" _low-label="1 second" _high-label="1 minute"
-          low="1" high="60" default="3"/>
+          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
+          low="0.0" high="5.0" default="0.4" convert="invert"/>
 
   <number id="limit" type="slider" arg="-limit %"
           _label="Density" _low-label="Low" _high-label="High"
           low="3" high="300000" default="200000"/>
 
   <_description>
-Generates self-similar linear fractals, including the classic ``C
-Curve.''  Written by Rick Campbell.
+Generates self-similar linear fractals, including the classic "C Curve".
+
+Written by Rick Campbell; 1999.
   </_description>
 </screensaver>