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

« back to all changes in this revision

Viewing changes to hacks/config/decayscreen.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="decayscreen" _label="DecayScreen">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="delay" type="slider" arg="-delay %"
 
8
          _label="Speed" _low-label="Slow" _high-label="Fast"
 
9
          low="0" high="20000" default="10000"
 
10
          convert="invert"/>
 
11
 
 
12
  <select id="mode">
 
13
    <option id="random" _label="Random Melt Style"/>
 
14
    <option id="random" _label="Shuffle Melt" arg-set="-mode shuffle"/>
 
15
    <option id="random" _label="Melt Up"    arg-set="-mode up"/>
 
16
    <option id="random" _label="Melt Down"  arg-set="-mode down"/>
 
17
    <option id="random" _label="Melt Left"  arg-set="-mode left"/>
 
18
    <option id="random" _label="Melt Right" arg-set="-mode right"/>
 
19
    <option id="random" _label="Melt Up, Left"    arg-set="-mode upleft"/>
 
20
    <option id="random" _label="Melt Up, Right"   arg-set="-mode upright"/>
 
21
    <option id="random" _label="Melt Down, Left"  arg-set="-mode downleft"/>
 
22
    <option id="random" _label="Melt Down, Right" arg-set="-mode downright"/>
 
23
    <option id="random" _label="Melt Towards Center" arg-set="-mode in"/>
 
24
    <option id="random" _label="Melt Away From Center" arg-set="-mode out"/>
 
25
    <option id="random" _label="Melty Melt" arg-set="-mode melt"/>
 
26
    <option id="random" _label="Stretchy Melt" arg-set="-mode stretch"/>
 
27
    <option id="random" _label="Fuzzy Melt" arg-set="-mode fuzz"/>
 
28
  </select>
 
29
 
 
30
  <_description>
 
31
This takes an image and makes it melt.  You've no doubt seen this
 
32
effect before, but no screensaver would really be complete without it.
 
33
It works best if there's something colorful visible.  Warning, if the
 
34
effect continues after the screen saver is off, seek medical attention.
 
35
Written by David Wald, Vivek Khera, Jamie Zawinski, and Vince Levey.
 
36
  </_description>
 
37
</screensaver>