http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / xflame.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="xflame" _label="Xflame">
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   <file id="bitmap" _label="Bitmap File" arg="-bitmap %"/>
13
14   <!-- #### -baseline [20] -->
15   <!-- #### -hspread [30] -->
16   <!-- #### -vspread [97] -->
17   <!-- #### -residual [99] -->
18   <!-- #### -variance [50] -->
19   <!-- #### -vartrend [20] -->
20
21   <boolean id="bloom" _label="Enable Blooming" arg-unset="-no-bloom"/>
22
23   <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
24
25   <_description>
26 Draws a simulation of pulsing fire.  It can also take an arbitrary
27 image and set it on fire too.  Written by Carsten Haitzler, hacked on
28 by many others.
29   </_description>
30 </screensaver>