4eb704f2f00b3dd2b4a2dfc30e6e1f5dd1fa951f
[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   <_description>
35 This throws some random bits on the screen, then sucks them
36 through a jet engine and spews them out the other side.  To avoid
37 turning the image completely to mush, every now and then it will it
38 interject some splashes of color into the scene, or go into a spin
39 cycle, or stretch the image like taffy.
40
41 Written by Scott Draves and Jamie Zawinski; 1997.
42   </_description>
43 </screensaver>