2000-10-22 20:21:02 +00:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
|
|
|
|
<screensaver name="grav">
|
|
|
|
|
|
|
|
<command arg="-root"/>
|
|
|
|
|
2001-07-16 17:04:18 +00:00
|
|
|
<number _label="Number of Colors." _low-label="Colors:" id="colors"
|
2000-10-22 20:21:02 +00:00
|
|
|
type="spinbutton" default="200" arg="-ncolors %" low="1"
|
|
|
|
high="256"/>
|
|
|
|
|
2001-07-16 17:04:18 +00:00
|
|
|
<number _label="Number of planets to use." _low-label="Count:"
|
2000-10-22 20:21:02 +00:00
|
|
|
id="count" type="spinbutton" default="12" arg="-count %"
|
|
|
|
low="1" high="50"/>
|
|
|
|
|
2001-07-16 17:04:18 +00:00
|
|
|
<boolean _label="Display screensaver in monochrome." arg-unset=""
|
2001-05-05 19:16:21 +00:00
|
|
|
id="monochrome" test="mono" arg-set="-mono"/>
|
2000-10-22 20:21:02 +00:00
|
|
|
|
2001-07-16 17:04:18 +00:00
|
|
|
<boolean _label="Orbit should decay." arg-unset="-no-decay"
|
2000-10-22 20:21:02 +00:00
|
|
|
id="decay" arg-set="-decay"/>
|
|
|
|
|
2001-07-16 17:04:18 +00:00
|
|
|
<boolean _label="Objects should leave trails behind them."
|
2000-10-22 20:21:02 +00:00
|
|
|
arg-unset="-no-trail" id="trail" arg-set="-trail"/>
|
|
|
|
|
|
|
|
</screensaver>
|