summaryrefslogtreecommitdiffstats
path: root/hacks/config/ccurve.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/ccurve.xml')
-rw-r--r--hacks/config/ccurve.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/hacks/config/ccurve.xml b/hacks/config/ccurve.xml
deleted file mode 100644
index 84a6121..0000000
--- a/hacks/config/ccurve.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="ccurve" _label="C Curve">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=zqIlWzUHOz8"/>
-
- <number id="delay" type="slider" arg="-delay %"
- _label="Change image every" _low-label="0 seconds" _high-label="30 seconds"
- low="0" high="30" default="3"/>
-
- <number id="pause" type="slider" arg="-pause %"
- _label="Animation speed" _low-label="Slow" _high-label="Fast"
- low="0.0" high="5.0" default="0.4" convert="invert"/>
-
- <number id="limit" type="slider" arg="-limit %"
- _label="Density" _low-label="Low" _high-label="High"
- low="3" high="300000" default="200000"/>
-
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
-
- <xscreensaver-updater />
-
- <_description>
-Generates self-similar linear fractals, including the classic "C Curve".
-
-https://en.wikipedia.org/wiki/Levy_C_curve
-
-Written by Rick Campbell; 1999.
- </_description>
-</screensaver>