summaryrefslogtreecommitdiffstats
path: root/hacks/config/imsmap.xml
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-16 10:08:48 +0200
committerSimon Rettberg2018-10-16 10:08:48 +0200
commitd3a98cf6cbc3bd0b9efc570f58e8812c03931c18 (patch)
treecbddf8e50f35a9c6e878a5bfe3c6d625d99e12ba /hacks/config/imsmap.xml
downloadxscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.gz
xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.xz
xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.zip
Original 5.40
Diffstat (limited to 'hacks/config/imsmap.xml')
-rw-r--r--hacks/config/imsmap.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/hacks/config/imsmap.xml b/hacks/config/imsmap.xml
new file mode 100644
index 0000000..f3d3cb2
--- /dev/null
+++ b/hacks/config/imsmap.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="imsmap" _label="IMSMap">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=FP8YJzFkdoQ"/>
+
+ <number id="delay2" type="slider" arg="-delay2 %"
+ _label="Frame rate" _low-label="Low" _high-label="High"
+ low="0" high="100000" default="20000"
+ convert="invert"/>
+
+ <number id="delay" type="slider" arg="-delay %"
+ _label="Linger" _low-label="1 Second" _high-label="1 Minute"
+ low="1" high="60" default="5"/>
+
+ <number id="iterations" type="slider" arg="-iterations %"
+ _label="Density" _low-label="Sparse" _high-label="Dense"
+ low="1" high="7" default="7"/>
+
+ <number id="ncolors" type="slider" arg="-ncolors %"
+ _label="Number of colors" _low-label="Two" _high-label="Many"
+ low="1" high="255" default="50"/>
+
+ <select id="mode">
+ <option id="random" _label="Random coloration"/>
+ <option id="h" _label="Hue gradients" arg-set="-mode h"/>
+ <option id="s" _label="Saturation gradients" arg-set="-mode s"/>
+ <option id="v" _label="Brightness gradients" arg-set="-mode v"/>
+ </select>
+
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+ <xscreensaver-updater />
+
+ <_description>
+Cloud-like patterns. The idea is to take four points on the edge of
+the image, and assign each a random "elevation". Then find the point
+between them, and give it a value which is the average of the other
+four, plus some small random offset. Coloration is done based on
+elevation.
+
+Written by Juergen Nickelsen and Jamie Zawinski; 1992.
+ </_description>
+</screensaver>