http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / xspirograph.xml
index 94ac61da02f715104d72e2a7b4c2b16d3e14c0b2..ab297adc194376da0c6e353873c698d85dcc75cc 100644 (file)
@@ -1,19 +1,28 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="xspirograph" _label="XSpiroGraph">
+<screensaver name="xspirograph" _label="XSpirograph">
 
   <command arg="-root"/>
 
+  <number id="delay" type="slider" arg="-subdelay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
+          convert="invert"/>
+
   <number id="delay" type="slider" arg="-delay %"
-          _label="Duration" _low-label="1 Second" _high-label="1 Minute"
+          _label="Linger" _low-label="1 second" _high-label="1 minute"
           low="1" high="60" default="5"/>
 
   <number id="layers" type="spinbutton" arg="-layers %"
           _label="Layers" low="1" high="10" default="2"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
   <_description>
 Simulates that pen-in-nested-plastic-gears toy from your childhood.
 
+http://en.wikipedia.org/wiki/Spirograph
+
 Written by Rohit Singh; 2000.
   </_description>
 </screensaver>