summaryrefslogtreecommitdiffstats
path: root/hacks/config/lissie.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/lissie.xml')
-rw-r--r--hacks/config/lissie.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/hacks/config/lissie.xml b/hacks/config/lissie.xml
new file mode 100644
index 0000000..ca165a4
--- /dev/null
+++ b/hacks/config/lissie.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="lissie" _label="Lissie">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=6EBNCXcD9f0"/>
+
+ <hgroup>
+ <vgroup>
+ <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="cycles" type="slider" arg="-cycles %"
+ _label="Timeout" _low-label="Small" _high-label="Large"
+ low="0" high="80000" default="20000"/>
+ </vgroup>
+
+ <vgroup>
+ <number id="ncolors" type="slider" arg="-ncolors %"
+ _label="Number of colors" _low-label="Two" _high-label="Many"
+ low="1" high="255" default="200"/>
+
+ <number id="count" type="slider" arg="-count %"
+ _label="Count" _low-label="1" _high-label="20"
+ low="0" high="20" default="1"/>
+ </vgroup>
+ </hgroup>
+
+ <hgroup>
+ <vgroup>
+ <number id="size" type="spinbutton" arg="-size %"
+ _label="Size" low="-500" high="500" default="-200"/>
+ </vgroup>
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+ </hgroup>
+
+ <xscreensaver-updater />
+
+ <_description>
+This screen saver was removed from the XScreenSaver distribution as of
+version 5.08.
+
+Lissajous loops. This one draws the progress of circular shapes along a path.
+
+https://en.wikipedia.org/wiki/Lissajous_curve
+
+Written by Alexander Jolk; 1997.
+ </_description>
+</screensaver>