From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / sphere.xml
index 307d9f24a1ea7308cc1d4f9d48f36706e50a5078..cb43fc0c5f824ee0c085f91242ecd2ad72750dcb 100644 (file)
@@ -5,17 +5,24 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="1000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           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="64"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_description>
-Another of the classic screenhacks of the distant past, this one
-draws shaded spheres in multiple colors.  This hack traces its
-lineage back to Tom Duff in 1982.
+This screen saver was removed from the XScreenSaver distribution as of
+version 5.08.
+
+Draws shaded spheres in multiple colors.
+
+Written by Tom Duff and Jamie Zawinski; 1982, 1997.
   </_description>
 </screensaver>