http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / phosphor.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="phosphor" _label="Phosphor">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="80000" default="50000"
10           convert="invert"/>
11
12   <number id="scale" type="spinbutton" arg="-scale %"
13           _label="Font Scale" low="1" high="100" default="6"/>
14
15   <number id="fade" type="slider" arg="-ticks %"
16           _label="Fade" _low-label="Slow" _high-label="Fast"
17           low="1" high="100" default="20"
18           convert="invert"/>
19
20 <!--
21   <select id="mode">
22     <option id="dumb" _label="Text Only" arg-set="-pipe"/>
23     <option id="pty"  _label="Terminal Emulation"/>
24   </select>
25  -->
26
27 <!--  <file id="program" _label="Text Program" arg="-program %"/> -->
28
29   <xscreensaver-text />
30
31   <_description>
32 Draws a simulation of an old terminal, with large pixels and
33 long-sustain phosphor.  This program is also a fully-functional VT100
34 emulator!  
35
36 Written by Jamie Zawinski; 1999.
37   </_description>
38 </screensaver>