~ubuntu-branches/ubuntu/intrepid/xscreensaver/intrepid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="juggle" _label="Juggle">

  <command arg="-root"/>

  <number id="count" type="slider" arg="-count %"
          _label="Speed" _low-label="Slow" _high-label="Fast"
          low="50" high="1000" default="200"
          convert="invert"/>

  <number id="cycles" type="slider" arg="-cycles %"
          _label="Performance Length" _low-label="Short" _high-label="Long"
          low="50" high="1000" default="1000"/>

  <number id="tail" type="slider" arg="-tail %"
          _label="Trail Length" _low-label="None" _high-label="Long"
          low="0" high="100" default="1"/>

  <hgroup>
   <vgroup>
    <boolean id="balls" _label="Balls" arg-unset="-no-balls"/>
    <boolean id="clubs" _label="Clubs" arg-unset="-no-clubs"/>
    <boolean id="torches" _label="Flaming Torches" arg-unset="-no-torches"/>
   </vgroup>
   <vgroup>
    <boolean id="knives" _label="Knives" arg-unset="-no-knives"/>
    <boolean id="rings" _label="Rings" arg-unset="-no-rings"/>
    <boolean id="bballs" _label="Bowling Balls" arg-unset="-no-bballs"/>
   </vgroup>
  </hgroup>

  <boolean id="describe" _label="Print Cambridge Juggling Pattern Descriptions" arg-unset="-no-describe"/>
  <string id="pattern" _label="Juggle This Pattern" arg="-pattern %" />

  <_description>
Draws a juggling stick-man.  See also "Juggle3D".

Written by Tim Auckland; 2002.
  </_description>
</screensaver>