http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / rubik.xml
index b8ade47aff6533ee47e1b40e0ce5c0f4c539f7dc..85b6c9b5d7406ebb02c4288b4b20da8a06922b1f 100644 (file)
@@ -4,6 +4,11 @@
 
   <command arg="-root"/>
 
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="40000"
+          convert="invert"/>
+
   <number id="count" type="spinbutton" arg="-count %"
           _label="Count" low="-100" high="100" default="-30"/>
 
            _label="Timeout" _low-label="Small" _high-label="Large"
           low="0" high="60" default="5"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="80000" default="40000"
-          convert="invert"/>
-
   <number id="size" type="spinbutton" arg="-size %"
            _label="Size" low="-20" high="20" default="-6"/>
 
-  <boolean id="shuffle" _label="Hide Shuffling" arg-set="-hideshuffling"/>
+  <boolean id="shuffle" _label="Hide shuffling" arg-set="-hideshuffling"/>
 
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
   <_description>
 Draws a Rubik's Cube that rotates in three dimensions and repeatedly
-shuffles and solves itself.  
+shuffles and solves itself.  See also the "GLSnake" and "Cube21"
+screen savers.
+
+http://en.wikipedia.org/wiki/Rubik%27s_Cube
 
 Written by Marcelo Vianna; 1997.
   </_description>