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

« back to all changes in this revision

Viewing changes to hacks/config/ripples.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="ripples" _label="Ripples">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <!-- #### -box [0] -->
 
8
 
 
9
  <number id="delay" type="slider" arg="-delay %"
 
10
          _low-label="Slow" _high-label="Fast"
 
11
          low="0" high="80000" default="50000"
 
12
          convert="invert"/>
 
13
 
 
14
  <number id="rate" type="slider" arg="-rate %"
 
15
          _low-label="Drizzle" _high-label="Storm"
 
16
          low="1" high="100" default="5"
 
17
          convert="invert"/>
 
18
 
 
19
  <number id="fluidity" type="slider" arg="-fluidity %"
 
20
          _low-label="Small Drops" _high-label="Big Drops"
 
21
          low="0" high="16" default="6"
 
22
          convert="invert"/>
 
23
 
 
24
  <number id="light" type="spinbutton" arg="-light %"
 
25
          _label="Lighting Effect" low="0" high="8" default="0"/>
 
26
 
 
27
  <boolean id="grab" _label="Grab Screen Image" arg-set="-water"/>
 
28
 
 
29
  <boolean id="stir" _label="Moving Splashes" arg-set="-stir"/>
 
30
 
 
31
  <boolean id="oily" _label="Psychedelic Colors" arg-set="-oily"/>
 
32
 
 
33
  <number id="ncolors" type="slider" arg="-colors %"
 
34
            _low-label="Colors    Two" _high-label="Many"
 
35
            low="1" high="255" default="200"/>
 
36
 
 
37
  <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
 
38
 
 
39
  <_description>
 
40
This draws rippling interference patterns like splashing water.
 
41
With the -water option, it manipulates your desktop image to look
 
42
like something is dripping into it.  Written by Tom Hammersley.
 
43
  </_description>
 
44
</screensaver>