From http://www.jwz.org/xscreensaver/xscreensaver-5.36.tar.gz
[xscreensaver] / hacks / config / hexstrut.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="hexstrut" _label="Hexstrut" gl="yes">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=iOCffj3ZmgE"/>
8
9   <hgroup>
10    <vgroup>
11     <number id="delay" type="slider" arg="-delay %"
12             _label="Frame rate" _low-label="Low" _high-label="High"
13             low="0" high="100000" default="30000"
14             convert="invert"/>
15
16     <number id="speed" type="slider" arg="-speed %"
17             _label="Speed" _low-label="Slow" _high-label="Fast"
18             low="0.1" high="5" default="1.0"/>
19    </vgroup>
20
21    <vgroup>
22     <number id="count" type="slider" arg="-count %"
23             _label="Hexagon Size" _low-label="Small" _high-label="Large"
24             low="2" high="80" default="20"
25             convert="invert"/>
26
27     <number id="thickness" type="slider" arg="-thickness %"
28             _label="Line Thickness" _low-label="Thin" _high-label="Thick"
29             low="0.01" high="1.7" default="0.2"/>
30    </vgroup>
31   </hgroup>
32
33   <hgroup>
34    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
35    <boolean id="spin"   _label="Spin"      arg-unset="-no-spin"/>
36    <boolean id="wire"   _label="Wireframe" arg-set="-wireframe"/>
37    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
38   </hgroup>
39
40   <xscreensaver-updater />
41
42   <_description>
43 A grid of hexagons composed of rotating Y-shaped struts.
44 Waves of rotation and color changes randomly propagate across the plane.
45
46 Written by Jamie Zawinski; 2016.
47   </_description>
48 </screensaver>