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

« back to all changes in this revision

Viewing changes to hacks/config/whirlwindwarp.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="whirlwindwarp" _label="WhirlwindWarp">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="points" type="slider" arg="-points %"
 
8
          _label="Particles" _label-low="Few" _label-high="Many"
 
9
          low="10" high="1000" default="400"/>
 
10
 
 
11
  <number id="tails" type="slider" arg="-tails %"
 
12
          _label="Trail Size" _label-low="Short" _label-high="Long"
 
13
          low="1" high="200" default="10"/>
 
14
 
 
15
  <_description>
 
16
Floating stars are acted upon by a mixture of simple 2D
 
17
forcefields.  The strength of each forcefield changes
 
18
continuously, and it is also switched on and off at random.
 
19
By Paul 'Joey' Clark.
 
20
  </_description>
 
21
</screensaver>