From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[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  <hgroup>
8   <vgroup>
9    <number id="delay" type="slider" arg="-delay %"
10            _label="Frame rate" _low-label="Low" _high-label="High"
11            low="0" high="100000" default="50000"
12            convert="invert"/>
13
14    <number id="scale" type="spinbutton" arg="-scale %"
15            _label="Font scale" low="1" high="20" default="6"/>
16
17    <number id="fade" type="slider" arg="-ticks %"
18            _label="Fade" _low-label="Slow" _high-label="Fast"
19            low="1" high="100" default="20"
20            convert="invert"/>
21
22    <select id="fg">
23     <option id="green" _label="Green" />
24     <!-- DarkOrange is probably the closest named color. -->
25     <option id="DarkOrange" _label="Amber" arg-set="-fg #ff7900" />
26     <option id="white" _label="White" arg-set="-fg white" />
27    </select>
28
29    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
30   </vgroup>
31   <vgroup>
32    <xscreensaver-text />
33   </vgroup>
34  </hgroup>
35
36   <xscreensaver-updater />
37
38   <_description>
39 Draws a simulation of an old terminal, with large pixels and
40 long-sustain phosphor.
41
42 On MacOS and Linux, this program is also a fully-functional VT100
43 emulator!  Run it as an application instead of as a screen saver and
44 you can use it as a terminal.
45
46 Written by Jamie Zawinski; 1999.
47   </_description>
48 </screensaver>