http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / noseguy.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="noseguy" _label="Noseguy">
4
5   <command arg="-root"/>
6
7   <select id="mode">
8     <option id="program" _label="Get Text from Program"/>
9     <option id="file"    _label="Get Text from File" arg-set="-mode file"/>
10     <option id="string"  _label="Use Text Below"     arg-set="-mode string"/>
11   </select>
12
13   <file   id="program" _label="Text Program" arg="-program %"/>
14   <file   id="file"    _label="Text File"    arg="-filename %"/>
15   <string id="string"  _label="Text"         arg="-text %"/>
16
17   <!-- #### -font [-*-new century schoolbook-*-r-*-*-*-180-*-*-*-*-*-*] -->
18   <!-- #### -text-foreground [?] -->
19   <!-- #### -text-background [?] -->
20
21   <_description>
22 A little man with a big nose wanders around your screen saying
23 things.  The things which he says can come from a file, or from an
24 external program like `zippy' or `fortune'.  This was extracted from
25 `xnlock' by Dan Heller.  Colorized by Jamie Zawinski.
26   </_description>
27 </screensaver>