~ubuntu-branches/ubuntu/hoary/xscreensaver/hoary-security

« back to all changes in this revision

Viewing changes to hacks/config/drift.xml

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-09-07 13:37:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040907133723-is6assdt3f9w1bll
Tags: 4.16-1ubuntu3
* Turn on powermanagement. Turn on screen fade.
  Turn off debugging. Turn off screen grabbers
* Fix speedmine's options
* Run glsnake with out titles by default
* Final list of screensavers

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="drift" _label="Drift">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="count" type="slider" arg="-count %"
 
8
          _label="Duration" _low-label="Short" _high-label="Long"
 
9
          low="1" high="200" default="30"/>
 
10
 
 
11
  <number id="delay" type="slider" arg="-delay %"
 
12
          _label="Speed" _low-label="Slow" _high-label="Fast"
 
13
          low="0" high="20000" default="10000"
 
14
          convert="invert"/>
 
15
 
 
16
  <number id="ncolors" type="slider" arg="-ncolors %"
 
17
            _label="Number of Colors" _low-label="Two" _high-label="Many"
 
18
            low="1" high="255" default="200"/>
 
19
 
 
20
  <select id="mode">
 
21
    <option id="normal" _label="High Dimensional Sphere"/>
 
22
    <option id="liss"   _label="Lissojous Figures" arg-set="-liss"/>
 
23
    <option id="grow"   _label="Fractal Growth" arg-set="-grow"/>
 
24
  </select>
 
25
 
 
26
  <_description>
 
27
How could one possibly describe this except as ``drifting recursive
 
28
fractal cosmic flames?''  Another fine hack from the Scott Draves
 
29
collection of fine hacks.
 
30
  </_description>
 
31
</screensaver>