From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / worm.xml
index 1c5036a7972a6ebd2e6589c1b4d0831ad2b505f2..9f5985a2293604509bd12cf567e214ee9c607b53 100644 (file)
@@ -4,27 +4,34 @@
 
   <command arg="-root"/>
 
-  <number id="count" type="spinbutton" arg="-count %"
-          _label="Count" low="-100" high="100" default="-20"/>
-
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="17000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="17000"
           convert="invert"/>
 
   <number id="ncolors" type="slider" arg="-ncolors %"
-            _label="Number of Colors" _low-label="Two" _high-label="Many"
+            _label="Number of colors" _low-label="Two" _high-label="Many"
             low="1" high="255" default="150"/>
 
+  <number id="count" type="spinbutton" arg="-count %"
+          _label="Count" low="-100" high="100" default="-20"/>
+
   <number id="size" type="spinbutton" arg="-size %"
            _label="Size" low="-20" high="20" default="-3"/>
 
   <!-- #### -cycles [10] -->
   <!-- #### -3d -->
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_description>
-An ancient xlock hack that draws multicolored worms that crawl around
-the screen.  Written by Brad Taylor, Dave Lemke, Boris Putanec, and
-Henrik Theiling.
+This screen saver was removed from the XScreenSaver distribution as of
+version 5.08.
+
+Draws multicolored worms that crawl around the screen.
+
+Written by Brad Taylor, Dave Lemke, Boris Putanec, and Henrik Theiling; 1991.
   </_description>
 </screensaver>