From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / fadeplot.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="fadeplot" _label="FadePlot">
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="30000"
10           convert="invert"/>
11
12   <number id="count" type="slider" arg="-count %"
13           _label="Thickness" _low-label="Thin" _high-label="Thick"
14            low="0" high="30" default="10"/>
15
16   <number id="cycles" type="slider" arg="-cycles %"
17            _label="Cycles" _low-label="Small" _high-label="Large"
18           low="0" high="10000" default="1500"/>
19
20   <number id="ncolors" type="slider" arg="-ncolors %"
21             _label="Number of colors" _low-label="Two" _high-label="Many"
22             low="1" high="255" default="64"/>
23
24   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
25
26   <xscreensaver-updater />
27
28   <_description>
29 Draws what looks like a waving ribbon following a sinusoidal path.
30
31 Written by Bas van Gaalen and Charles Vidal; 1997.
32   </_description>
33 </screensaver>