http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / popsquares.xml
index 2b7779ebd04385eaf2bf3bf9efc04d4196653fac..cea3d7b9d8d0cb73eded135e95297ccf03ad6b46 100644 (file)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="popsquares" _label="popsquares">
+<screensaver name="popsquares" _label="PopSquares">
 
   <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>