From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / slip.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="slip" _label="Slip">
4
5   <command arg="-root"/>
6
7   <hgroup>
8    <vgroup>
9     <number id="delay" type="slider" arg="-delay %"
10             _label="Frame rate" _low-label="Low" _high-label="High"
11             low="0" high="100000" default="50000"
12             convert="invert"/>
13
14     <number id="count" type="slider" arg="-count %"
15             _label="Count" _low-label="Few" _high-label="Many"
16              low="0" high="100" default="35"/>
17    </vgroup>
18
19    <vgroup>
20     <number id="cycles" type="slider" arg="-cycles %"
21              _label="Timeout" _low-label="Small" _high-label="Large"
22             low="0" high="100" default="50"/>
23
24     <number id="ncolors" type="slider" arg="-ncolors %"
25               _label="Number of colors" _low-label="Two" _high-label="Many"
26               low="1" high="255" default="200"/>
27    </vgroup>
28   </hgroup>
29
30   <xscreensaver-image />
31
32   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
33
34   <xscreensaver-updater />
35
36   <_description>
37 This throws some random bits on the screen, then sucks them
38 through a jet engine and spews them out the other side.  To avoid
39 turning the image completely to mush, every now and then it will it
40 interject some splashes of color into the scene, or go into a spin
41 cycle, or stretch the image like taffy.
42
43 Written by Scott Draves and Jamie Zawinski; 1997.
44   </_description>
45 </screensaver>