aacfe0d262df48170a20351f3106a1a5c43147d1
[xscreensaver] / hacks / config / drift.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="drift" _label="Drift">
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="10000"
10           convert="invert"/>
11
12   <number id="count" type="slider" arg="-count %"
13           _label="Duration" _low-label="Short" _high-label="Long"
14           low="1" high="200" default="30"/>
15
16   <number id="ncolors" type="slider" arg="-ncolors %"
17             _label="Number of colors" _low-label="Two" _high-label="Many"
18             low="1" high="255" default="200"/>
19
20   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
21
22   <_description>
23 Drifting recursive fractal cosmic flames.
24
25 Written by Scott Draves; 1997.
26   </_description>
27 </screensaver>