aboutsummaryrefslogtreecommitdiff
path: root/src/screensavers/rsxs-0.9/config/rs-flocks.xml
blob: d8d67e30b07956e32774286401fda7b8ac6694bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="rs-flocks" _label="Really Slick Flocks">
	<command arg="-root" />
	
	<hgroup>
		<number id="leaders"
			type="spinbutton"
			arg="-leaders %"
			_label="Leaders"
			low="1"
			high="100"
			default="4"
		/>
		<number id="followers"
			type="spinbutton"
			arg="-followers %"
			_label="Followers"
			low="0"
			high="10000"
			default="400"
		/>
	</hgroup>
	<number id="size"
		type="slider"
		arg="-size %"
		_label="Bugs"
		_low-label="Tiny"
		_high-label="Huge"
		low="1.0"
		high="100.0"
		default="10.0"
	/>
	<number id="speed"
		type="slider"
		arg="-speed %"
		_low-label="Slow"
		_high-label="Fast"
		low="1.0"
		high="100.0"
		default="15.0"
	/>
	<number id="stretch"
		type="slider"
		arg="-stretch %"
		_low-label="Rigid"
		_high-label="Stretchy"
		low="0.0"
		high="100.0"
		default="20.0"
	/>
	<number id="complexity"
		type="slider"
		arg="-complexity %"
		_label="Bug complexity"
		_low-label="Lines"
		_high-label="Blobs"
		low="0"
		high="10"
		default="1"
	/>
	<number id="colorspeed"
		type="slider"
		arg="-colorspeed %"
		_label="Color fade speed"
		_low-label="Slow"
		_high-label="Fast"
		low="0.0"
		high="100.0"
		default="15.0"
	/>
	<boolean id="chromadepth"
		_label="ChromaDepth mode"
		arg-set="-chromadepth"
	/>
	<boolean id="connections"
		_label="Draw connection lines"
		arg-set="-connections"
	/>

	<_description>
There are plenty of screen savers out there with swarms of little bugs, but
I hadn't found a good 3D version.  So here it is!  For a really nice 3D
effect, you can turn on the ChromaDepth option and try using some of the
ChromaDepth glasses from Chromatek.
	-- Terry Welsh, Really Slick Screensavers (http://www.reallyslick.com/)

This version by Michael Chapman &lt;foonly@users.sourceforge.net&gt;.
	</_description>
</screensaver>