1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="deluxe" _label="Deluxe">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="20000" default="5000"
12 <number id="thickness" type="slider" arg="-thickness %"
13 _label="Lines" _low-label="Thin" _high-label="Thick"
14 low="1" high="150" default="50"/>
16 <number id="count" type="spinbutton" arg="-count %"
17 _label="Count" low="1" high="20" default="5"/>
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"/>
23 <!-- #### -speed [15] -->
25 <boolean id="transparent" _label="Transparency" arg-set="-transparent"/>
27 <boolean id="db" _label="Double Buffer" arg-unset="-no-db"/>
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.