summaryrefslogtreecommitdiffstats
path: root/hacks/config/fliptext.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/fliptext.xml')
-rw-r--r--hacks/config/fliptext.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/hacks/config/fliptext.xml b/hacks/config/fliptext.xml
new file mode 100644
index 0000000..48c7e64
--- /dev/null
+++ b/hacks/config/fliptext.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="fliptext" _label="FlipText" gl="yes">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=vcB-6S7Hfuk"/>
+
+ <hgroup>
+ <vgroup>
+ <number id="delay" type="slider" arg="-delay %"
+ _label="Frame rate" _low-label="Low" _high-label="High"
+ low="0" high="100000" default="10000"
+ convert="invert"/>
+ </vgroup>
+ <vgroup>
+ <number id="speed" type="slider" arg="-speed %"
+ _label="Speed" _low-label="Slow" _high-label="Fast"
+ low="0.1" high="10.0" default="1.0"/>
+ </vgroup>
+ </hgroup>
+
+ <hgroup>
+ <vgroup>
+ <select id="align">
+ <option id="left" _label="Random text alignment"/>
+ <option id="left" _label="Flush left text" arg-set="-alignment left"/>
+ <option id="center" _label="Centered text" arg-set="-alignment center"/>
+ <option id="right" _label="Flush right text" arg-set="-alignment right"/>
+ </select>
+
+ <number id="size" type="spinbutton" arg="-size %"
+ _label="Font point size" low="1" high="100" default="20"/>
+
+ <number id="columns" type="spinbutton" arg="-columns %"
+ _label="Text columns" low="1" high="200" default="80"/>
+
+ <number id="lines" type="spinbutton" arg="-lines %"
+ _label="Text lines" low="1" high="99" default="8"/>
+
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+ </vgroup>
+ <vgroup>
+ <xscreensaver-text />
+ </vgroup>
+ </hgroup>
+
+ <xscreensaver-updater />
+
+ <_description>
+Successive pages of text flip in and out in a soothing 3D pattern.
+
+Written by Jamie Zawinski; 2005.
+ </_description>
+</screensaver>