ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.21.tar.gz
[xscreensaver] / hacks / config / popsquares.xml
index 2b7779ebd04385eaf2bf3bf9efc04d4196653fac..14ef3a2ce82480423e7a9cb3be1ade397fc25a87 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"/>
@@ -20,8 +20,8 @@
   <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"/>