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

« back to all changes in this revision

Viewing changes to hacks/config/pedal.xml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-10-11 21:00:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051011210042-u7q6zslgevdxspr3
Tags: 4.21-4ubuntu17
updated pt_BR again, fixed to UTF-8 

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="pedal" _label="Pedal">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="delay" type="slider" arg="-delay %"
 
8
          _label="Duration" _low-label="1 Second" _high-label="1 Minute"
 
9
          low="1" high="60" default="5"/>
 
10
 
 
11
  <number id="lines" type="slider" arg="-maxlines %"
 
12
          _label="Lines" _low-label="Few" _high-label="Many"
 
13
          low="100" high="5000" default="1000"/>
 
14
 
 
15
  <!-- #### -fadedelay [200000] -->
 
16
  <!-- #### -foreground [white] -->
 
17
  <!-- #### -background [black] -->
 
18
 
 
19
  <_description>
 
20
This is sort of a combination spirograph/string-art.  It generates a
 
21
large, complex polygon, and lets the X server do the bulk of the work
 
22
by giving it an even/odd winding rule.  Written by Dale Moore, based
 
23
on some ancient PDP-11 code.
 
24
  </_description>
 
25
</screensaver>