http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.16.tar.gz
[xscreensaver] / hacks / config / pedal.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="pedal" _label="Pedal">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Duration" _low-label="1 Second" _high-label="1 Minute"
9           low="1" high="60" default="5"/>
10
11   <number id="lines" type="slider" arg="-maxlines %"
12           _label="Lines" _low-label="Few" _high-label="Many"
13           low="100" high="5000" default="1000"/>
14
15   <!-- #### -fadedelay [200000] -->
16   <!-- #### -foreground [white] -->
17   <!-- #### -background [black] -->
18
19   <_description>
20 This is sort of a combination spirograph/string-art.  It generates a
21 large, complex polygon, and lets the X server do the bulk of the work
22 by giving it an even/odd winding rule.  Written by Dale Moore, based
23 on some ancient PDP-11 code.
24   </_description>
25 </screensaver>