summaryrefslogtreecommitdiffstats
path: root/hacks/config/triangle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/triangle.xml')
-rw-r--r--hacks/config/triangle.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/hacks/config/triangle.xml b/hacks/config/triangle.xml
deleted file mode 100644
index 70d9949..0000000
--- a/hacks/config/triangle.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="triangle" _label="Triangle">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=GXrzjY-Flro"/>
-
- <number id="delay" type="slider" arg="-delay %"
- _label="Frame rate" _low-label="Low" _high-label="High"
- low="0" high="100000" default="10000"
- convert="invert"/>
-
- <number id="ncolors" type="slider" arg="-ncolors %"
- _label="Number of colors" _low-label="Two" _high-label="Many"
- low="1" high="255" default="128"/>
-
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
-
- <xscreensaver-updater />
-
- <_description>
-Generates random mountain ranges using iterative subdivision of
-triangles.
-
-Written by Tobias Gloth; 1997.
- </_description>
-</screensaver>