summaryrefslogtreecommitdiffstats
path: root/hacks/config/rubik.xml
diff options
context:
space:
mode:
authorSimon Rettberg2024-09-06 14:42:37 +0200
committerSimon Rettberg2024-09-06 14:42:37 +0200
commitbadef32037f52f79abc1f1440b786cd71afdf270 (patch)
tree412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/rubik.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/rubik.xml')
-rw-r--r--hacks/config/rubik.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/hacks/config/rubik.xml b/hacks/config/rubik.xml
deleted file mode 100644
index f48668b..0000000
--- a/hacks/config/rubik.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?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>