3f80495b222a25d4ad7a741eff48a9c86810e7f3
[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   <!-- #### -degrees [0] -->
8   <!-- #### -color [random] -->
9
10   <number id="ncolors" type="slider" arg="-ncolors %"
11             _label="Number of Colors" _low-label="Two" _high-label="Many"
12             low="1" high="255" default="64"/>
13
14   <number id="count" type="spinbutton" arg="-count %"
15           _label="Count" low="0" high="20" default="4"/>
16
17   <number id="speed" type="slider" arg="-delay %"
18           _label="Speed" _low-label="Slow" _high-label="Fast"
19           low="0" high="20000" default="5000"
20           convert="invert"/>
21
22   <number id="cycles" type="slider" arg="-cycles %"
23            _label="Duration" _low-label="Short" _high-label="Long"
24           low="0" high="100" default="10"/>
25
26   <_description>
27 This draws smoothly-shaded oscilating oval patterns, that look
28 something like vapor trails or neon tubes.  Written by Shane Smit.
29   </_description>
30 </screensaver>