ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.21.tar.gz
[xscreensaver] / hacks / config / fliptext.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="fliptext" _label="FlipText">
4
5   <command arg="-root"/>
6
7   <number id="speed" type="slider" arg="-speed %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0.1" high="10.0" default="1.0"/>
10
11   <number id="delay" type="slider" arg="-delay %"
12           _label="Frame Rate" _low-label="Low" _high-label="High"
13           low="0" high="100000" default="10000"
14           convert="invert"/>
15
16   <select id="align">
17     <option id="left"   _label="Random Text Alignment"/>
18     <option id="left"   _label="Flush Left Text"  arg-set="-left"/>
19     <option id="center" _label="Centered Text"    arg-set="-center"/>
20     <option id="right"  _label="Flush Right Text" arg-set="-right"/>
21   </select>
22
23   <number id="size" type="spinbutton" arg="-size %"
24            _label="Font Point Size" low="1" high="100" default="20"/>
25
26   <number id="columns" type="spinbutton" arg="-columns %"
27            _label="Text Columns" low="1" high="200" default="80"/>
28
29   <number id="lines" type="spinbutton" arg="-lines %"
30            _label="Text Lines" low="1" high="99" default="8"/>
31
32   <file id="program" _label="Text Program" arg="-program %"/>
33
34   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
35
36   <_description>
37 Draws successive pages of text.  The lines flip in and out in
38 a soothing 3D pattern.
39
40 The text can be the output of a program or the contents of a file
41 or URL, as configured on the "Advanced" tab of the main Screensaver
42 Preferences window.
43
44 Written by Jamie Zawinski.
45   </_description>
46 </screensaver>