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

« back to all changes in this revision

Viewing changes to hacks/config/cloudlife.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="cloudlife" _label="CloudLife">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="delay" type="slider" arg="-cycle-delay %"
 
8
          _label="Speed" _low-label="Slow" _high-label="Fast"
 
9
          low="0" high="80000" default="25000"
 
10
          convert="invert"/>
 
11
 
 
12
  <number id="maxage" type="slider" arg="-max-age %"
 
13
          _label="Max Age" _low-label="Young" _high-label="Old"
 
14
          low="2" high="200" default="64"/>
 
15
 
 
16
  <number id="density" type="slider" arg="-initial-density %"
 
17
          _label="Initial Density" _low-label="Low" _high-label="High"
 
18
          low="1" high="300" default="160"/>
 
19
 
 
20
  <number id="cellsize" type="slider" arg="-cell-size %"
 
21
          _label="Cell Size" _low-label="Small" _high-label="Large"
 
22
          low="1" high="20" default="3"/>
 
23
 
 
24
  <_description>
 
25
 
 
26
Generates cloud-like formations based on a variant of Conway's Life. The
 
27
difference is that cells have a maximum age, after which they count as
 
28
3 for populating the next generation.  This makes long-lived formations
 
29
explode instead of just sitting there burning a hole in your screen.
 
30
Written by Don Marti.
 
31
  </_description>
 
32
</screensaver>