~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper

« back to all changes in this revision

Viewing changes to hacks/config/anemone.xml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-10-11 21:00:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051011210042-u7q6zslgevdxspr3
Tags: 4.21-4ubuntu17
updated pt_BR again, fixed to UTF-8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
 
 
3
<screensaver name="anemone" _label="Anemone">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
<!--
 
8
 -withdraw 1200
 
9
 -turnspeed 50
 
10
-->
 
11
 
 
12
  <number id="delay" type="slider" arg="-delay %"
 
13
          _label="Speed" _low-label="Slow" _high-label="Fast"
 
14
          low="0" high="80000" default="40000"
 
15
          convert="invert"/>
 
16
 
 
17
  <number id="arms" type="slider" arg="-arms %"
 
18
           _label="Arms" _low-label="Few" _high-label="Many"
 
19
          low="2" high="500" default="128"/>
 
20
 
 
21
  <number id="finpoints" type="slider" arg="-finpoints %"
 
22
           _label="Tentacles" _low-label="Few" _high-label="Many"
 
23
          low="3" high="200" default="64"/>
 
24
 
 
25
  <number id="width" type="slider" arg="-width %"
 
26
           _label="Thickness" _low-label="Thin" _high-label="Thick"
 
27
          low="1" high="10" default="2"/>
 
28
 
 
29
  <number id="withdraw" type="slider" arg="-withdraw %"
 
30
           _label="Withdraw freqency" _low-label="Often" _high-label="Rarely"
 
31
          low="12" high="10000" default="1200"/>
 
32
 
 
33
  <number id="turnspeed" type="slider" arg="-turnspeed %"
 
34
           _label="Turn speed" _low-label="Slow" _high-label="Fast"
 
35
          low="0" high="1000" default="50"/>
 
36
 
 
37
<!--
 
38
  <number id="ncolors" type="slider" arg="-ncolors %"
 
39
            _label="Number of Colors" _low-label="Two" _high-label="Many"
 
40
            low="2" high="255" default="64"/>
 
41
-->
 
42
 
 
43
  <_description>
 
44
Wiggling tentacles.  By Gabriel Finch.
 
45
  </_description>
 
46
</screensaver>