summaryrefslogtreecommitdiffstats
path: root/hacks/config/celtic.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/celtic.xml')
-rw-r--r--hacks/config/celtic.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/hacks/config/celtic.xml b/hacks/config/celtic.xml
new file mode 100644
index 0000000..f84d12b
--- /dev/null
+++ b/hacks/config/celtic.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="celtic" _label="Celtic">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=PnX60AAoTdw"/>
+
+ <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="delay2" type="slider" arg="-delay2 %"
+ _label="Linger" _low-label="Short" _high-label="Long"
+ low="0" high="10" default="5"/>
+
+ <boolean id="graph" _label="Draw graph" arg-set="-graph"/>
+
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+ <xscreensaver-updater />
+
+ <_description>
+Repeatedly draws random Celtic cross-stitch patterns.
+
+https://en.wikipedia.org/wiki/Celtic_knot
+https://en.wikipedia.org/wiki/Knots_and_graphs
+
+Written by Max Froumentin; 2005.
+ </_description>
+</screensaver>