9ed9ec11fbb56fe170e9757ff40e86efacc0f6b5
[xscreensaver] / hacks / config / shadebobs.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="shadebobs" _label="ShadeBobs">
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="20000" default="10000"
10           convert="invert"/>
11
12   <!-- #### -degrees [0] -->
13   <!-- #### -color [random] -->
14
15   <number id="ncolors" type="slider" arg="-ncolors %"
16             _label="Number of colors" _low-label="Two" _high-label="Many"
17             low="1" high="255" default="64"/>
18
19   <number id="count" type="slider" arg="-count %"
20           _label="Count" _low-label="One" _high-label="Many"
21           low="1" high="20" default="4"/>
22
23   <number id="cycles" type="slider" arg="-cycles %"
24            _label="Duration" _low-label="Short" _high-label="Long"
25           low="0" high="100" default="10"/>
26
27   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
28
29   <_description>
30 This draws smoothly-shaded oscillating oval patterns that look
31 something like vapor trails or neon tubes.
32
33 Written by Shane Smit; 1999.
34   </_description>
35 </screensaver>