summaryrefslogtreecommitdiffstats
path: root/hacks/config/sballs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/sballs.xml')
-rw-r--r--hacks/config/sballs.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/hacks/config/sballs.xml b/hacks/config/sballs.xml
new file mode 100644
index 0000000..6a72def
--- /dev/null
+++ b/hacks/config/sballs.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="sballs" _label="SBalls" gl="yes">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=pcfqdvvPG8k"/>
+
+ <number id="delay" type="slider" arg="-delay %"
+ _label="Frame rate" _low-label="Low" _high-label="High"
+ low="0" high="100000" default="30000"
+ convert="invert"/>
+
+ <select id="object">
+ <option id="random" _label="Random"/>
+ <option id="tetra" _label="Tetrahedron" arg-set="-object 1"/>
+ <option id="cube" _label="Cube" arg-set="-object 2"/>
+ <option id="octa" _label="Octahedron" arg-set="-object 3"/>
+ <option id="dodeca" _label="Dodecahedron" arg-set="-object 4"/>
+ <option id="icosa" _label="Icosahedron" arg-set="-object 5"/>
+ <option id="plane" _label="Plane" arg-set="-object 6"/>
+ <option id="pyramid" _label="Pyramid" arg-set="-object 7"/>
+ <option id="star" _label="Star" arg-set="-object 8"/>
+ </select>
+
+ <boolean id="tex" _label="Textured" arg-unset="-no-texture"/>
+ <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+ <xscreensaver-updater />
+
+ <_description>
+Textured balls spinning like crazy.
+
+Written by Eric Lassauge; 2002.
+ </_description>
+</screensaver>