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

« back to all changes in this revision

Viewing changes to hacks/config/blinkbox.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="blinkbox" _label="BlinkBox">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="delay" type="slider" arg="-delay %"
 
8
          _label="Speed" _low-label="Fast" _high-label="Slow"
 
9
          low="0" high="50000" default="30000"/>
 
10
 
 
11
  <number id="boxsize" type="spinbutton" arg="-boxsize %"
 
12
          _label="Box Size" low="1" high="8" default="1"/>
 
13
 
 
14
  <hgroup>
 
15
   <boolean id="fade"      _label="Fade"       arg-unset="-no-fade"/>
 
16
   <boolean id="dissolve"  _label="Dissolve"   arg-set="-dissolve"/>
 
17
   <boolean id="wire"      _label="Wireframe"  arg-set="-wireframe"/>
 
18
  </hgroup>
 
19
 
 
20
  <_description>
 
21
Shows a ball contained inside of a bounding box.
 
22
Colored blocks blink in when the ball hits the edges.
 
23
Written by Jeremy English.
 
24
  </_description>
 
25
</screensaver>