From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / vidwhacker.xml
index 64cfe2e691487ca994967ea06846a2ea191d4fc5..6c0a5ac04434bce4066919a292783982bc2e1e65 100644 (file)
@@ -4,19 +4,25 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
+  <number id="delay" type="slider" arg="-delay %"
           _label="Duration" _low-label="2 seconds" _high-label="2 minutes"
           low="2" high="120" default="5"/>
 
-  <file id="directory" _label="Image Directory" arg="-directory %"/>
+  <file id="directory" _label="Image directory" arg="-directory %"/>
+
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
 
   <_description>
-This is actually just a shell script that grabs a frame of video from
-the system's video input, and then uses some PBM filters (chosen at
-random) to manipulate and recombine the video frame in various ways
-(edge detection, subtracting the image from a rotated version of
-itself, etc.)  Then it displays that image for a few seconds, and does
-it again.  This works really well if you just feed broadcast television
+This is a shell script that grabs a frame of video from the system's
+video input, and then uses some PBM filters (chosen at random) to
+manipulate and recombine the video frame in various ways (edge
+detection, subtracting the image from a rotated version of itself,
+etc.)  Then it displays that image for a few seconds, and does it
+again.  This works really well if you just feed broadcast television
 into it.
+
+Written by Jamie Zawinski; 1998.
   </_description>
 </screensaver>