From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / pedal.xml
index cd67ed3e58d6ff020ca60d7a51d027d82b52acce..7540e7c82a407fd4fa4f597b612c671aba877edd 100644 (file)
@@ -5,7 +5,7 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Duration" _low-label="1 Second" _high-label="1 Minute"
+          _label="Duration" _low-label="1 second" _high-label="1 minute"
           low="1" high="60" default="5"/>
 
   <number id="lines" type="slider" arg="-maxlines %"
   <!-- #### -foreground [white] -->
   <!-- #### -background [black] -->
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_description>
-This is sort of a combination spirograph/string-art.  It generates a
-large, complex polygon, and renders it by filling using an even/odd
-winding rule.
+A demonstration of the even-odd winding rule.
+
+http://en.wikipedia.org/wiki/Even-odd_rule
+http://en.wikipedia.org/wiki/Nonzero-rule
 
 Written by Dale Moore; 1995.
   </_description>