summaryrefslogtreecommitdiffstats
path: root/hacks/config/sballs.xml
blob: 6a72def0e798f5bdb429fde8bf2c3810cd0eefbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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>