summaryrefslogtreecommitdiffstats
path: root/hacks/config/hexstrut.xml
diff options
context:
space:
mode:
authorSimon Rettberg2024-09-06 14:42:37 +0200
committerSimon Rettberg2024-09-06 14:42:37 +0200
commitbadef32037f52f79abc1f1440b786cd71afdf270 (patch)
tree412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/hexstrut.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/hexstrut.xml')
-rw-r--r--hacks/config/hexstrut.xml48
1 files changed, 0 insertions, 48 deletions
diff --git a/hacks/config/hexstrut.xml b/hacks/config/hexstrut.xml
deleted file mode 100644
index 679a672..0000000
--- a/hacks/config/hexstrut.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="hexstrut" _label="Hex Strut" 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>