http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / deluxe.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="deluxe" _label="Deluxe">
4
5   <command arg="-root"/>
6
7   <number id="speed" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="20000" default="5000"
10           convert="invert"/>
11
12   <number id="thickness" type="slider" arg="-thickness %"
13           _label="Lines" _low-label="Thin" _high-label="Thick"
14           low="1" high="150" default="50"/>
15
16   <number id="count" type="spinbutton" arg="-count %"
17           _label="Count" low="1" high="20" default="5"/>
18
19   <number id="ncolors" type="slider" arg="-ncolors %"
20             _label="Number of Colors" _low-label="Two" _high-label="Many"
21             low="1" high="255" default="20"/>
22
23   <!-- #### -speed [15] -->
24
25   <boolean id="transparent" _label="Transparency" arg-set="-transparent"/>
26
27   <boolean id="db" _label="Double Buffer" arg-unset="-no-db"/>
28
29   <_description>
30 This draws a pulsing sequence of stars, circles, and lines.  It would
31 look better if it was faster, but as far as I can tell, there is no
32 way to make this be both: fast, and flicker-free.  Yet another reason
33 X sucks.  Written by Jamie Zawinski.
34   </_description>
35 </screensaver>