1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="phosphor" _label="Phosphor">
7 <video href="https://www.youtube.com/watch?v=G6ZWTrl7pV0"/>
11 <number id="delay" type="slider" arg="-delay %"
12 _label="Frame rate" _low-label="Low" _high-label="High"
13 low="0" high="100000" default="50000"
16 <number id="scale" type="spinbutton" arg="-scale %"
17 _label="Font scale" low="1" high="20" default="6"/>
19 <number id="fade" type="slider" arg="-ticks %"
20 _label="Fade" _low-label="Slow" _high-label="Fast"
21 low="1" high="100" default="20"
25 <option id="green" _label="Green" />
26 <!-- DarkOrange is probably the closest named color. -->
27 <option id="DarkOrange" _label="Amber" arg-set="-fg #ff7900" />
28 <option id="white" _label="White" arg-set="-fg white" />
31 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
38 <xscreensaver-updater />
41 An old terminal with large pixels and long-sustain phosphor.
43 On MacOS and Linux, this program is also a fully-functional VT100
44 emulator! Run it as an application instead of as a screen saver and
45 you can use it as a terminal.
47 Written by Jamie Zawinski; 1999.