3bc86190f2e2af5c469026971071c333870a9622
[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    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
23   </vgroup>
24   <vgroup>
25    <xscreensaver-text />
26   </vgroup>
27  </hgroup>
28
29   <_description>
30 Draws a simulation of an old terminal, with large pixels and
31 long-sustain phosphor.
32
33 On MacOS and Linux, this program is also a fully-functional VT100
34 emulator!  Run it as an application instead of as a screen saver and
35 you can use it as a terminal.
36
37 Written by Jamie Zawinski; 1999.
38   </_description>
39 </screensaver>