http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / worm.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="worm" _label="Worm">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="17000"
10           convert="invert"/>
11
12   <number id="ncolors" type="slider" arg="-ncolors %"
13             _label="Number of colors" _low-label="Two" _high-label="Many"
14             low="1" high="255" default="150"/>
15
16   <number id="count" type="spinbutton" arg="-count %"
17           _label="Count" low="-100" high="100" default="-20"/>
18
19   <number id="size" type="spinbutton" arg="-size %"
20            _label="Size" low="-20" high="20" default="-3"/>
21
22   <!-- #### -cycles [10] -->
23   <!-- #### -3d -->
24
25   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
26
27   <_description>
28 Draws multicolored worms that crawl around the screen.
29
30 Written by Brad Taylor, Dave Lemke, Boris Putanec, and Henrik Theiling; 1991.
31   </_description>
32 </screensaver>