blob: 90dff7a38b9535473c9fc739c9ce591fa22a33f7 (
plain) (
blame)
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
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="anemone" _label="Anemone">
<command arg="-root"/>
<video href="https://www.youtube.com/watch?v=usITxM2YJZs"/>
<!--
-withdraw 1200
-turnspeed 50
-->
<hgroup>
<vgroup>
<number id="delay" type="slider" arg="-delay %"
_label="Speed" _low-label="Slow" _high-label="Fast"
low="0" high="80000" default="40000"
convert="invert"/>
<number id="arms" type="slider" arg="-arms %"
_label="Arms" _low-label="Few" _high-label="Many"
low="2" high="500" default="128"/>
<number id="finpoints" type="slider" arg="-finpoints %"
_label="Tentacles" _low-label="Few" _high-label="Many"
low="3" high="200" default="64"/>
</vgroup>
<vgroup>
<number id="width" type="slider" arg="-width %"
_label="Thickness" _low-label="Thin" _high-label="Thick"
low="1" high="10" default="2"/>
<number id="withdraw" type="slider" arg="-withdraw %"
_label="Withdraw freqency" _low-label="Often" _high-label="Rarely"
low="12" high="10000" default="1200"/>
<number id="turnspeed" type="slider" arg="-turnspeed %"
_label="Turn speed" _low-label="Slow" _high-label="Fast"
low="0" high="1000" default="50"/>
<!--
<number id="ncolors" type="slider" arg="-ncolors %"
_label="Number of colors" _low-label="Two" _high-label="Many"
low="2" high="255" default="64"/>
-->
</vgroup>
</hgroup>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
<xscreensaver-updater />
<_description>
Wiggling tentacles.
Written by Gabriel Finch; 2002.
</_description>
</screensaver>
|