summaryrefslogtreecommitdiffstats
path: root/hacks/config/jigsaw.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/jigsaw.xml')
-rw-r--r--hacks/config/jigsaw.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/hacks/config/jigsaw.xml b/hacks/config/jigsaw.xml
new file mode 100644
index 0000000..219a534
--- /dev/null
+++ b/hacks/config/jigsaw.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="jigsaw" _label="Jigsaw" gl="yes">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=T5_hiY2eEeo"/>
+
+ <hgroup>
+ <vgroup>
+ <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="speed" type="slider" arg="-speed %"
+ _label="Speed" _low-label="Slow" _high-label="Fast"
+ low="0.1" high="8.0" default="1.0"/>
+ </vgroup>
+ <vgroup>
+ <number id="density" type="slider" arg="-complexity %"
+ _label="Puzzle pieces" _low-label="Few" _high-label="Many"
+ low="1.0" high="4.0" default="1.0"/>
+
+ <number id="resolution" type="slider" arg="-resolution %"
+ _label="Resolution" _low-label="Chunky" _high-label="Smooth"
+ low="50" high="300" default="100"/>
+ </vgroup>
+ </hgroup>
+
+ <hgroup>
+ <vgroup>
+ <xscreensaver-image />
+ </vgroup>
+ <vgroup>
+ <boolean id="wobble" _label="Tilt" arg-unset="-no-wobble"/>
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+ </vgroup>
+ </hgroup>
+
+ <xscreensaver-updater />
+
+ <_description>
+Carves an image up into a jigsaw puzzle, shuffles it, and solves it.
+
+https://en.wikipedia.org/wiki/Jigsaw_puzzle
+https://en.wikipedia.org/wiki/Tessellation
+
+Written by Jamie Zawinski; 1997.
+ </_description>
+</screensaver>