http://ftp.ussg.iu.edu/linux/slackware/slackware-9.0/source/xap/xscreensaver/xscreens...
[xscreensaver] / hacks / config / qix.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="qix" _label="Qix">
4
5   <command arg="-root"/>
6
7   <number id="count" type="spinbutton" arg="-count %"
8           _label="Count" low="0" high="20" default="1"/>
9
10   <number id="speed" type="slider" arg="-delay %"
11           _label="Speed" _low-label="Slow" _high-label="Fast"
12           low="0" high="20000" default="10000"
13           convert="invert"/>
14
15   <number id="segments" type="slider" arg="-segments %"
16           _label="Segments" _low-label="Few" _high-label="Many"
17           low="10" high="500" default="50"/>
18
19   <number id="spread" type="slider" arg="-spread %"
20           _label="Density" _low-label="Sparse" _high-label="Dense"
21           low="1" high="50" default="8"
22           convert="invert"/>
23
24   <number id="size" type="spinbutton" arg="-size %"
25            _label="Max Size" low="0" high="1000" default="0"/>
26
27   <number id="poly" type="spinbutton" arg="-poly %"
28            _label="Corners" low="2" high="100" default="2"/>
29
30   <select id="motion">
31     <option id="linear" _label="Linear Motion" arg-set="-linear"/>
32     <option id="random" _label="Random Motion"/>
33   </select>
34
35   <hgroup>
36     <boolean id="transparent" _label="Transparent" arg-set="-transparent"/>
37
38     <select id="color-mode">
39       <option id="additive" _label="Additive Colors"/>
40       <option id="subtractive" _label="Subtractive Colors"
41               arg-set="-subtractive"/>
42     </select>
43   </hgroup>
44
45   <hgroup>
46   <number id="color_contrast" type="slider" arg="-color-shift %"
47           _label="Color Contrast" _low-label="Low" _high-label="High"
48            low="0" high="25" default="3"/>
49   </hgroup>
50
51   <select id="fill">
52     <option id="lines" _label="Line Segments"/>
53     <option id="solid" _label="Solid Objects" arg-set="-solid"/>
54   </select>
55
56   <hgroup>
57     <boolean id="xor" _label="XOR" arg-set="-xor"/>
58     <boolean id="gravity" _label="Gravity" arg-set="-gravity"/>
59   </hgroup>
60
61   <_description>
62 This is the swiss army chainsaw of qix programs.  It bounces a series
63 of line segments around the screen, and uses variations on this basic
64 motion pattern to produce all sorts of different presentations: line
65 segments, filled polygons, overlapping translucent areas...  Written
66 by Jamie Zawinski.
67   </_description>
68 </screensaver>