removed. In order to continue supporting those screen savers that we have in the ports tree I'm adding enhanced versions of the 5.06 xml files to the port. (With permission) Also add a patch to the default config file to: 1. Turn off display of screen savers that are not installed to avoid confusion. 2. Add back support for those 3rd part screen savers we have in ports. 3. Remove a screen saver we're not building or installing.
29 lines
881 B
XML
29 lines
881 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<screensaver name="xdaliclock" _label="XDaliClock">
|
|
|
|
<command arg="-root"/>
|
|
|
|
<select id="size">
|
|
<option id="font0" _label="Small Font" arg-set="-font BUILTIN0"/>
|
|
<option id="font1" _label="Medium Font" arg-set="-font BUILTIN1"/>
|
|
<option id="font2" _label="Large Font"/>
|
|
<option id="font2" _label="Huge Font" arg-set="-font BUILTIN3"/>
|
|
</select>
|
|
|
|
<select id="style">
|
|
<option id="12" _label="12-Hour Time"/>
|
|
<option id="24" _label="24-Hour Time" arg-set="-24"/>
|
|
</select>
|
|
|
|
<boolean id="secs" _label="Display Seconds" arg-unset="-noseconds"/>
|
|
|
|
<boolean id="cycle" _label="Cycle Colors" arg-set="-cycle"/>
|
|
|
|
<_description>
|
|
XDaliClock draws a large digital clock, the numbers of which change by
|
|
"melting" into their new shapes.
|
|
|
|
Written by Jamie Zawinski; 1991.
|
|
</_description>
|
|
</screensaver>
|