summaryrefslogtreecommitdiffstats
path: root/hacks/config/rubik.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/rubik.xml')
-rw-r--r--hacks/config/rubik.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/hacks/config/rubik.xml b/hacks/config/rubik.xml
new file mode 100644
index 0000000..f48668b
--- /dev/null
+++ b/hacks/config/rubik.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="rubik" _label="Rubik" gl="yes">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=AQdJgvyVkXU"/>
+
+ <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="count" type="spinbutton" arg="-count %"
+ _label="Count" low="-100" high="100" default="-30"/>
+
+ <number id="cycles" type="slider" arg="-cycles %"
+ _label="Rotation" _low-label="Slow" _high-label="Fast"
+ low="3" high="200" default="20"
+ convert="invert"/>
+
+ <number id="size" type="spinbutton" arg="-size %"
+ _label="Size" low="-20" high="20" default="-6"/>
+
+ <boolean id="shuffle" _label="Hide shuffling" arg-set="-hideshuffling"/>
+
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+ <xscreensaver-updater />
+
+ <_description>
+A Rubik's Cube that repeatedly shuffles and solves itself.
+See also the "GLSnake" and "Cube21" screen savers.
+
+https://en.wikipedia.org/wiki/Rubik%27s_Cube
+
+Written by Marcelo Vianna; 1997.
+ </_description>
+</screensaver>