summaryrefslogtreecommitdiffstats
path: root/hacks/config/discrete.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/discrete.xml')
-rw-r--r--hacks/config/discrete.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/hacks/config/discrete.xml b/hacks/config/discrete.xml
deleted file mode 100644
index 01c7d4f..0000000
--- a/hacks/config/discrete.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="discrete" _label="Discrete">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=l-yIY8vRlHA"/>
-
- <number id="delay" type="slider" arg="-delay %"
- _label="Frame rate" _low-label="Low" _high-label="High"
- low="0" high="100000" default="20000"
- convert="invert"/>
-
- <number id="cycles" type="slider" arg="-cycles %"
- _label="Timeout" _low-label="Small" _high-label="Large"
- low="100" high="10000" default="2500"/>
-
- <number id="ncolors" type="slider" arg="-ncolors %"
- _label="Number of colors" _low-label="Two" _high-label="Many"
- low="1" high="255" default="100"/>
-
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
-
- <xscreensaver-updater />
-
- <_description>
-Discrete map fractal systems, including variants of Hopalong, Julia,
-and others.
-
-Written by Tim Auckland; 1998.
- </_description>
-</screensaver>