http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / cwaves.xml
index 33ddf36d7df9601c85ca529ea3192acbd4f67682..215d9fe8f0150d75ff8020757ba1557016758f31 100644 (file)
@@ -4,21 +4,21 @@
 
   <command arg="-root"/>
 
-<!--
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="30000" default="20000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           convert="invert"/>
--->
 
   <number id="waves" type="slider" arg="-waves %"
           _label="Complexity" _low-label="Low" _high-label="High"
           low="1" high="100" default="15"/>
 
   <number id="ncolors" type="slider" arg="-colors %"
-            _label="Color Transitions" _low-label="Rough" _high-label="Smooth"
+            _label="Color transitions" _low-label="Rough" _high-label="Smooth"
             low="2" high="1000" default="600"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
   <_description>
 This generates a languidly-scrolling vertical field of sinusoidal colors.