From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / antspotlight.xml
index 3dfccdc8cc7b3be58f303d21421025dc8a432fae..5037aecff378880046a9d2618f505c0b5ba851fd 100644 (file)
@@ -1,18 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="antspotlight" _label="AntSpotlight">
+<screensaver name="antspotlight" _label="AntSpotlight" gl="yes">
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="20000"
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           convert="invert"/>
 
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <xscreensaver-image />
+
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
 
   <_description>
-Andspotlight draws an ant (with a headlight) who walks on top of an
-image of your desktop or other image.  Written by Blair Tennessy.
+Draws an ant (with a headlight) who walks around on top of a loaded image.
+
+Written by Blair Tennessy; 2003.
   </_description>
 </screensaver>