http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / popsquares.xml
index 2b7779ebd04385eaf2bf3bf9efc04d4196653fac..17e66682ff130fea1fd1b29096e593532d923f79 100644 (file)
@@ -4,7 +4,7 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
+  <number id="delay" type="slider" arg="-delay %"
           _label="Speed" _low-label="Slow" _high-label="Fast"
           low="0" high="30000" default="25000"
           convert="invert"/>
   <number id="ncolors" type="spinbutton" arg="-ncolors %"
             _label="Number of Colors" low="1" high="512" default="128"/>
 
-  <string id="string" _label="Start color" arg="-fg %"/>
-  <string id="string" _label="End color" arg="-bg %"/>
+  <string id="fg" _label="Start color" arg="-fg %"/>
+  <string id="bg" _label="End color" arg="-bg %"/>
 
   <boolean id="twitch" _label="Twitch" arg-set="-twitch"/>
 
   <_description>
-This draws a pop-art-ish looking grid of pulsing colors.  By Levi Burton.
+This draws a pop-art-ish looking grid of pulsing colors.
+
+Written by Levi Burton; 2003.
   </_description>
 </screensaver>