http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / wormhole.xml
index afb814d512a9b1642cf6627f94ff94ac85b49722..c137a0fd031d91f4da91f56b93bf91f106a9b3dc 100644 (file)
@@ -5,20 +5,23 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="100"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
           convert="invert"/>
 
   <number id="zspeed" type="slider" arg="-zspeed %"
           _label="Star speed" _low-label="Slow" _high-label="Fast"
-          low="1" high="30" default="15"/>
+          low="1" high="30" default="10"/>
 
   <number id="stars" type="slider" arg="-stars %"
-          _label="Stars Created" _low-label="Few" _high-label="Lots"
-          low="1" high="100" default="30"/>
+          _label="Stars created" _low-label="Few" _high-label="Lots"
+          low="1" high="100" default="20"/>
+
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
   <_description>
-  Wormhole simulates flying through a colored wormhole in space. 
-  Written by Jon Rafkind.
+Flying through a colored wormhole in space. 
+
+Written by Jon Rafkind; 2004.
   </_description>
 </screensaver>