http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / starfish.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="starfish" _label="Starfish">
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="10000"
10           convert="invert"/>
11
12   <number id="duration" type="spinbutton" arg="-duration %"
13           _label="Duration" low="1" high="60" default="30"/>
14
15   <number id="thickness" type="slider" arg="-thickness %"
16           _label="Lines" _low-label="Thin" _high-label="Thick"
17           low="0" high="150" default="0"/>
18
19   <select id="mode">
20     <option id="field" _label="Color Gradients"/>
21     <option id="blob"  _label="Pulsating Blob" arg-set="-blob"/>
22   </select>
23
24   <number id="ncolors" type="slider" arg="-colors %"
25             _label="Number of Colors" _low-label="Two" _high-label="Many"
26             low="1" high="255" default="200"/>
27
28   <!-- #### -delay2 [5] -->
29   <!-- #### -cycle-delay [100000] -->
30   <!-- #### -no-cycle -->
31
32   <_description>
33 This generates a sequence of undulating, throbbing, star-like
34 patterns which pulsate, rotate, and turn inside out.  Another display
35 mode uses these shapes to lay down a field of colors, which are then
36 cycled.  The motion is very organic.  Written by Jamie Zawinski.
37   </_description>
38 </screensaver>