From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / vidwhacker.xml
index f9619d7ac0681171439808cef8f443e62a8253df..6c0a5ac04434bce4066919a292783982bc2e1e65 100644 (file)
@@ -8,15 +8,21 @@
           _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>