From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / pedal.xml
index ed88a72569050ebfc48267d3a90a52756a74989e..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 lets the X server do the bulk of the work
-by giving it an even/odd winding rule.  Written by Dale Moore, based
-on some ancient PDP-11 code.
+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>
 </screensaver>