summaryrefslogtreecommitdiffstats
path: root/hacks/config/hexstrut.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/hexstrut.xml')
-rw-r--r--hacks/config/hexstrut.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/hacks/config/hexstrut.xml b/hacks/config/hexstrut.xml
new file mode 100644
index 0000000..0823dc8
--- /dev/null
+++ b/hacks/config/hexstrut.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="hexstrut" _label="Hexstrut" gl="yes">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=iOCffj3ZmgE"/>
+
+ <hgroup>
+ <vgroup>
+ <number id="delay" type="slider" arg="-delay %"
+ _label="Frame rate" _low-label="Low" _high-label="High"
+ low="0" high="100000" default="30000"
+ convert="invert"/>
+
+ <number id="speed" type="slider" arg="-speed %"
+ _label="Speed" _low-label="Slow" _high-label="Fast"
+ low="0.1" high="5" default="1.0"/>
+ </vgroup>
+
+ <vgroup>
+ <number id="count" type="slider" arg="-count %"
+ _label="Hexagon Size" _low-label="Small" _high-label="Large"
+ low="2" high="80" default="20"
+ convert="invert"/>
+
+ <number id="thickness" type="slider" arg="-thickness %"
+ _label="Line Thickness" _low-label="Thin" _high-label="Thick"
+ low="0.01" high="1.7" default="0.2"/>
+ </vgroup>
+ </hgroup>
+
+ <hgroup>
+ <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
+ <boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
+ <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+ </hgroup>
+
+ <xscreensaver-updater />
+
+ <_description>
+A grid of hexagons composed of rotating Y-shaped struts.
+Waves of rotation and color changes randomly propagate across the plane.
+
+Written by Jamie Zawinski; 2016.
+ </_description>
+</screensaver>