15 lines
402 B
XML
15 lines
402 B
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
|
||
|
<screensaver name="lightning">
|
||
|
|
||
|
<command arg="-root"/>
|
||
|
|
||
|
<number label="Number of Colors." low-label="Colors:" id="colors"
|
||
|
type="spinbutton" default="100" arg="-ncolors %" low="1"
|
||
|
high="256"/>
|
||
|
|
||
|
<boolean label="Display screensaver in monochrome." arg-unset=""
|
||
|
id="monochrome" arg-set="-mono"/>
|
||
|
|
||
|
</screensaver>
|