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

« back to all changes in this revision

Viewing changes to hacks/config/fluidballs.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Hildebrandt
  • Date: 2005-04-09 00:06:43 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050409000643-z0abtifbt9s20pcc
Tags: 4.21-3
Patch by Joachim Breitner to check more frequently if DPMS kicked in (closes: #303374, #286664).

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="fluidballs" _label="FluidBalls">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="count" type="slider" arg="-count %"
 
8
           _label="Balls" _low-label="Few" _high-label="Many"
 
9
          low="1" high="3000" default="300"/>
 
10
 
 
11
  <number id="size" type="slider" arg="-size %"
 
12
           _label="Ball Size" _low-label="Small" _high-label="Large"
 
13
          low="3" high="200" default="25"/>
 
14
 
 
15
  <number id="gravity" type="slider" arg="-gravity %"
 
16
           _label="Gravity" _low-label="      Freefall" _high-label="Jupiter"
 
17
          low="0.0" high="0.1" default="0.01"/>
 
18
 
 
19
  <number id="wind" type="slider" arg="-wind %"
 
20
           _label="Wind" _low-label="Still" _high-label="Hurricane"
 
21
          low="0.0" high="0.1" default="0.00"/>
 
22
 
 
23
  <number id="elasticity" type="slider" arg="-elasticity %"
 
24
           _label="Friction" _low-label="Clay" _high-label="Rubber"
 
25
          low="0.2" high="1.0" default="0.97"/>
 
26
 
 
27
  <number id="delay" type="slider" arg="-delay %"
 
28
          _label="Speed" _low-label="Slow" _high-label="Fast"
 
29
          low="0" high="100000" default="10000"
 
30
          convert="invert"/>
 
31
 
 
32
  <boolean id="random" _label="Various Ball Sizes"    arg-unset="-nonrandom"/>
 
33
  <boolean id="shake"  _label="Shake Box"             arg-unset="-no-shake"/>
 
34
  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
35
 
 
36
  <_description>
 
37
Models the physics of bouncing balls, or of particles in a gas or
 
38
fluid, depending on the settings.  If "Shake Box" is selected, then
 
39
every now and then, the box will be rotated, changing which direction
 
40
is down (in order to keep the settled balls in motion.)
 
41
By Peter Birtles and Jamie Zawinski.
 
42
  </_description>
 
43
</screensaver>