summaryrefslogtreecommitdiffstats
path: root/hacks/config/cubestack.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/cubestack.xml')
-rw-r--r--hacks/config/cubestack.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/hacks/config/cubestack.xml b/hacks/config/cubestack.xml
new file mode 100644
index 0000000..68c550e
--- /dev/null
+++ b/hacks/config/cubestack.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="cubestack" _label="CubeStack" gl="yes">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=rZi5yav6sRo"/>
+
+ <hgroup>
+ <vgroup>
+ <number id="delay" type="slider" arg="-delay %"
+ _label="Frame rate" _low-label="Low" _high-label="High"
+ low="0" high="100000" default="30000"
+ convert="invert"/>
+
+ <number id="speed" type="slider" arg="-speed %"
+ _label="Animation speed" _low-label="Slow" _high-label="Fast"
+ low="0.1" high="10" default="1.0"/>
+ </vgroup>
+ <vgroup>
+ <number id="thickness" type="slider" arg="-thickness %"
+ _label="Thickness" _low-label="Thin" _high-label="Thick"
+ low="0.0" high="0.5" default="0.13"/>
+
+ <number id="opacity" type="slider" arg="-opacity %"
+ _label="Opacity" _low-label="Transparent" _high-label="Opaque"
+ low="0.01" high="1.0" default="0.7"/>
+ </vgroup>
+ </hgroup>
+
+ <hgroup>
+ <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
+ <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+ </hgroup>
+
+ <xscreensaver-updater />
+
+ <_description>
+An endless stack of unfolding, translucent cubes.
+
+Written by Jamie Zawinski; 2016.
+ </_description>
+</screensaver>