http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / xdaliclock.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="xdaliclock" _label="XDaliClock">
4
5   <command arg="-root"/>
6
7   <select id="size">
8     <option id="font0" _label="Small Font"   arg-set="-builtin0"/>
9     <option id="font1" _label="Medium Font"  arg-set="-builtin1"/>
10     <option id="font2" _label="Large Font"/>
11     <option id="font2" _label="Huge Font"    arg-set="-builtin3"/>
12   </select>
13
14   <select id="style">
15     <option id="12" _label="12-Hour Time"/>
16     <option id="24" _label="24-Hour Time" arg-set="-24"/>
17   </select>
18
19   <boolean id="secs"  _label="Display Seconds" arg-unset="-noseconds"/>
20
21   <boolean id="cycle" _label="Cycle Colors" arg-set="-cycle"/>
22
23   <_description>
24 XDaliClock draws a large digital clock, the numbers of which change by
25 ``melting'' into their new shapes.  Written by Jamie Zawinski.  This
26 is not included with the XScreenSaver package, but if you don't have
27 it already, you can find it at &lt;http://www.jwz.org/xdaliclock/&gt;.
28   </_description>
29 </screensaver>