From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / popsquares.xml
index 3a7976622e7d13ca098d59150534369b0de4d081..66bc67ce687b66e63d61ca93a80fe749c50503a0 100644 (file)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="popsquares" _label="popsquares">
+<screensaver name="popsquares" _label="PopSquares">
 
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="30000" default="25000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="25000"
           convert="invert"/>
 
   <number id="subdivision" type="spinbutton" arg="-subdivision %"
           low="0" high="5" default="1"/>
 
   <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 %"/>
+            _label="Number of colors" low="1" high="512" default="128"/>
+
+  <hgroup>
+   <select id="bg">
+    <option id="lred"     _label="Light red"     arg-set="-bg #FF0000"/>
+    <option id="lyellow"  _label="Light yellow"  arg-set="-bg #FFFF00"/>
+    <option id="lgreen"   _label="Light green"   arg-set="-bg #00FF00"/>
+    <option id="lcyan"    _label="Light cyan"    arg-set="-bg #00FFFF"/>
+    <option id="lblue"    _label="Light blue"/>
+    <option id="lmagenta" _label="Light magenta" arg-set="-bg #FF00FF"/>
+   </select>
+
+   <select id="fg">
+    <option id="dred"     _label="Dark red"     arg-set="-fg #8C0000"/>
+    <option id="dyellow"  _label="Dark yellow"  arg-set="-fg #8C8C00"/>
+    <option id="dgreen"   _label="Dark green"   arg-set="-fg #008C00"/>
+    <option id="dcyan"    _label="Dark cyan"    arg-set="-fg #008C8C"/>
+    <option id="dblue"    _label="Dark blue"/>
+    <option id="dmagenta" _label="Dark magenta" arg-set="-fg #8C008C"/>
+   </select>
+  </hgroup>
 
   <boolean id="twitch" _label="Twitch" arg-set="-twitch"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_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>