b72311ecb9f4e81e73c77934f81b83edd8e56228
[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           convert="invert"/>
19
20   <number id="spread" type="slider" arg="-spread %"
21           _label="Density" _low-label="Sparse" _high-label="Dense"
22           low="1" high="50" default="8"
23           convert="invert"/>
24
25   <number id="size" type="spinbutton" arg="-size %"
26            _label="Max Size" low="0" high="1000" default="0"/>
27
28   <number id="poly" type="spinbutton" arg="-poly %"
29            _label="Corners" low="2" high="100" default="2"/>
30
31   <select id="motion">
32     <option id="linear" _label="Linear Motion" arg-set="-linear"/>
33     <option id="random" _label="Random Motion"/>
34   </select>
35
36   <hgroup>
37     <boolean id="transparent" _label="Transparent" arg-set="-transparent"/>
38
39     <select id="color-mode">
40       <option id="additive" _label="Additive Colors"/>
41       <option id="subtractive" _label="Subtractive Colors"
42               arg-set="-subtractive"/>
43     </select>
44   </hgroup>
45
46   <hgroup>
47   <number id="color_contrast" type="slider" arg="-color-shift %"
48           _label="Color Contrast" _low-label="Low" _high-label="High"
49            low="0" high="25" default="3"/>
50   </hgroup>
51
52   <select id="fill">
53     <option id="lines" _label="Line Segments"/>
54     <option id="solid" _label="Solid Objects" arg-set="-solid"/>
55   </select>
56
57   <hgroup>
58     <boolean id="xor" _label="XOR" arg-set="-xor"/>
59     <boolean id="gravity" _label="Gravity" arg-set="-gravity"/>
60   </hgroup>
61
62   <_description>
63 This is the swiss army chainsaw of qix programs.  It bounces a series
64 of line segments around the screen, and uses variations on this basic
65 motion pattern to produce all sorts of different presentations: line
66 segments, filled polygons, overlapping translucent areas...  Written
67 by Jamie Zawinski.
68   </_description>
69 </screensaver>