From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / starfish.xml
index a495c4d910acb0be761cf91c36943ea1655cc208..432f59ff5130ac24b0c9a21e265203b87169aea7 100644 (file)
@@ -4,35 +4,38 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
+  <select id="mode">
+    <option id="random" _label="Random"/>
+    <option id="zoom"   _label="Color gradients" arg-set="-mode zoom"/>
+    <option id="blob"   _label="Pulsating blob"  arg-set="-mode blob"/>
+  </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="duration" type="spinbutton" arg="-duration %"
-          _label="Duration" low="1" high="60" default="30"/>
+  <number id="duration" type="slider" arg="-duration %"
+          _label="Duration" _low-label="1 second" _high-label="30 seconds"
+          low="1" high="60" default="30"/>
 
   <number id="thickness" type="slider" arg="-thickness %"
           _label="Lines" _low-label="Thin" _high-label="Thick"
           low="0" high="150" default="0"/>
 
-  <select id="mode">
-    <option id="field" _label="Color Gradients"/>
-    <option id="blob"  _label="Pulsating Blob" arg-set="-blob"/>
-  </select>
-
   <number id="ncolors" type="slider" arg="-colors %"
-            _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="200"/>
 
-  <!-- #### -delay2 [5] -->
-  <!-- #### -cycle-delay [100000] -->
-  <!-- #### -no-cycle -->
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
 
   <_description>
-This generates a sequence of undulating, throbbing, star-like
-patterns which pulsate, rotate, and turn inside out.  Another display
-mode uses these shapes to lay down a field of colors, which are then
-cycled.  The motion is very organic.  Written by Jamie Zawinski.
+Undulating, throbbing, star-like patterns pulsate, rotate, and turn
+inside out.  Another display mode uses these shapes to lay down a
+field of colors, which are then cycled.  The motion is very organic.
+
+Written by Jamie Zawinski; 1997.
   </_description>
 </screensaver>