-
Notifications
You must be signed in to change notification settings - Fork 0
/
matrix.xml
35 lines (26 loc) · 1.19 KB
/
matrix.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="abstractile" _label="Abstractile">
<command arg="-root"/>
<number id="speed" type="slider" arg="-speed %"
_label="Speed" _low-label="Slow" _high-label="Fast"
low="0" high="5" default="3"/>
<number id="sleep" type="slider" arg="-sleep %"
_label="Linger" _low-label="0 seconds" _high-label="60 seconds"
low="0" high="60" default="3"/>
<select id="tile">
<option id="random" _label="Random tile layout"/>
<option id="random" _label="Flat tiles" arg-set="-tile flat"/>
<option id="random" _label="Thin tiles" arg-set="-tile thin"/>
<option id="random" _label="Outline tiles" arg-set="-tile outline"/>
<option id="random" _label="Block tiles" arg-set="-tile block"/>
<option id="random" _label="Neon tiles" arg-set="-tile neon"/>
<option id="random" _label="Tiled tiles" arg-set="-tile tiled"/>
</select>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
<xscreensaver-updater />
<_description>
Generates code for The Matrix, as seen in the film series by the Wachowski
brothers.
By Diego Torres, 2014.
</_description>
</screensaver>