From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / flurry.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="flurry" _label="Flurry" gl="yes">
4
5   <command arg="-root"/>
6
7   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
8
9   <select id="preset">
10     <option id="classic" _label="Classic"     arg-set="-preset classic"/>
11     <option id="rgb"     _label="RGB"         arg-set="-preset rgb"/>
12     <option id="fire"    _label="Fire"        arg-set="-preset fire"/>
13     <option id="water"   _label="Water"       arg-set="-preset water"/>
14     <option id="binary"  _label="Binary"      arg-set="-preset binary"/>
15     <option id="psych"   _label="Psychedelic" arg-set="-preset psychedelic"/>
16     <option id="insane"  _label="Insane"      arg-set="-preset insane"/>
17     <option id="random"  _label="Random"/>
18   </select>
19
20   <xscreensaver-updater />
21
22   <_description>
23 This X11 port of the OSX screensaver of the same name draws a colourful
24 star(fish)like flurry of particles.
25
26 Original Mac version: http://homepage.mac.com/calumr
27
28 Written by Calum Robinson and Tobias Sargeant; 2002.
29   </_description>
30 </screensaver>