summaryrefslogtreecommitdiffstats
path: root/hacks/config/phosphor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/phosphor.xml')
-rw-r--r--hacks/config/phosphor.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/hacks/config/phosphor.xml b/hacks/config/phosphor.xml
new file mode 100644
index 0000000..484cf88
--- /dev/null
+++ b/hacks/config/phosphor.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="phosphor" _label="Phosphor">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=G6ZWTrl7pV0"/>
+
+ <hgroup>
+ <vgroup>
+ <number id="delay" type="slider" arg="-delay %"
+ _label="Frame rate" _low-label="Low" _high-label="High"
+ low="0" high="100000" default="50000"
+ convert="invert"/>
+
+ <number id="scale" type="spinbutton" arg="-scale %"
+ _label="Font scale" low="1" high="20" default="6"/>
+
+ <number id="fade" type="slider" arg="-ticks %"
+ _label="Fade" _low-label="Slow" _high-label="Fast"
+ low="1" high="100" default="20"
+ convert="invert"/>
+
+ <select id="fg">
+ <option id="green" _label="Green" />
+ <!-- DarkOrange is probably the closest named color. -->
+ <option id="DarkOrange" _label="Amber" arg-set="-fg #ff7900" />
+ <option id="white" _label="White" arg-set="-fg white" />
+ </select>
+
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+ </vgroup>
+ <vgroup>
+ <xscreensaver-text />
+ </vgroup>
+ </hgroup>
+
+ <xscreensaver-updater />
+
+ <_description>
+An old terminal with large pixels and long-sustain phosphor.
+
+On MacOS and Linux, this program is also a fully-functional VT100
+emulator! Run it as an application instead of as a screen saver and
+you can use it as a terminal.
+
+Written by Jamie Zawinski; 1999.
+ </_description>
+</screensaver>