summaryrefslogtreecommitdiffstats
path: root/hacks/config/phosphor.xml
diff options
context:
space:
mode:
authorSimon Rettberg2024-09-06 14:42:37 +0200
committerSimon Rettberg2024-09-06 14:42:37 +0200
commitbadef32037f52f79abc1f1440b786cd71afdf270 (patch)
tree412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/phosphor.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/phosphor.xml')
-rw-r--r--hacks/config/phosphor.xml49
1 files changed, 0 insertions, 49 deletions
diff --git a/hacks/config/phosphor.xml b/hacks/config/phosphor.xml
deleted file mode 100644
index 484cf88..0000000
--- a/hacks/config/phosphor.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?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>