From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / cwaves.xml
index 33ddf36d7df9601c85ca529ea3192acbd4f67682..b18f36588f20bb1a6f598a9273d0af4897f16961 100644 (file)
@@ -4,23 +4,27 @@
 
   <command arg="-root"/>
 
-<!--
+  <video href="https://www.youtube.com/watch?v=yOuJqiDUrpY"/>
+
   <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"/>
+
+  <xscreensaver-updater />
+
   <_description>
-This generates a languidly-scrolling vertical field of sinusoidal colors.
+A field of sinusoidal colors languidly scrolls.  It's relaxing.
 
 Written by Jamie Zawinski; 2007.
   </_description>