2000-08-07 19:07:09 +00:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
|
|
|
|
<screensaver name="attraction">
|
|
|
|
<command arg="-root"/>
|
|
|
|
<select id="mode">
|
2001-07-16 17:04:18 +00:00
|
|
|
<option id="balls" _label="Balls" arg-set="-mode balls"/>
|
|
|
|
<option id="lines" _label="Lines"
|
2000-08-07 19:07:09 +00:00
|
|
|
arg-set="-mode lines" test="mode = lines"/>
|
2001-07-16 17:04:18 +00:00
|
|
|
<option id="tails" _label="Tails"
|
2000-08-07 19:07:09 +00:00
|
|
|
arg-set="-mode tails" test="mode = tails"/>
|
2001-07-16 17:04:18 +00:00
|
|
|
<option id="polygons" _label="Polygons"
|
2000-08-07 19:07:09 +00:00
|
|
|
arg-set="-mode polygons" test="mode = polygons"/>
|
2001-07-16 17:04:18 +00:00
|
|
|
<option id="splines" _label="Splines"
|
2000-08-07 19:07:09 +00:00
|
|
|
arg-set="-mode splines" test="mode = splines"/>
|
|
|
|
</select>
|
2001-07-16 17:04:18 +00:00
|
|
|
<number id="threshold" _label="Threshold of repulsion"
|
|
|
|
_low-label="Small" _high-label="Large"
|
2000-08-07 19:07:09 +00:00
|
|
|
low="0" high="500" default="100"
|
|
|
|
type="slider" arg="-threshold %"/>
|
2001-07-16 17:04:18 +00:00
|
|
|
<number id="segments" _label="Length of Trail"
|
|
|
|
_low-label="Short" _high-label="Long"
|
2000-08-07 19:07:09 +00:00
|
|
|
low="1" high="1000" default="500"
|
|
|
|
type="slider" arg="-segments %"/>
|
2001-07-16 17:04:18 +00:00
|
|
|
<number id="speed" _label="Speed"
|
|
|
|
_low-label="Slow" _high-label="Fast" type="slider" arg="-delay %"
|
2000-08-07 19:07:09 +00:00
|
|
|
low="0" high="20000" default="10000"
|
|
|
|
from-cli-conv="20000 - var" to-cli-conv="20000 - var"/>
|
|
|
|
<select id="use_color">
|
2001-07-16 17:04:18 +00:00
|
|
|
<option id="color" _label="Full Color"
|
2000-08-07 19:07:09 +00:00
|
|
|
enable="number_colors,color_contrast"/>
|
2001-07-16 17:04:18 +00:00
|
|
|
<option id="mono" _label="Monochrome" arg-set="-mono" test="mono"/>
|
2000-08-07 19:07:09 +00:00
|
|
|
</select>
|
2001-07-16 17:04:18 +00:00
|
|
|
<number id="number_colors" _label="Number of Colors"
|
2000-08-07 19:07:09 +00:00
|
|
|
type="spinbutton" low="1" high="400" default="200"
|
|
|
|
arg="-colors %"/>
|
2001-07-16 17:04:18 +00:00
|
|
|
<number id="color_contrast" _label="Color Contrast"
|
|
|
|
_low-label="Low" _high-label="High" type="slider"
|
2000-08-07 19:07:09 +00:00
|
|
|
low="0" high="25" default="3" arg="-color-shift %"/>
|
|
|
|
</screensaver>
|
|
|
|
|