summaryrefslogtreecommitdiffstats
path: root/hacks/config/headroom.xml
blob: b176a33f9db86ed0d3f52c575144d3de8bf02f7c (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
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="headroom" _label="Headroom" gl="yes">

  <command arg="-root"/>

  <video href="https://www.youtube.com/watch?v=kuS_HK4bIFI"/>

  <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="spikespeed" type="slider" arg="-speed %"
          _label="Spike growth" _low-label="Slow" _high-label="Fast"
          low="0.1" high="10.0" default="1.0"/>

    <select id="rotation">
     <option id="no"  _label="Don't wobble"               arg-set="-spin 0"/>
     <option id="x"   _label="Wobble around X axis"       arg-set="-spin X"/>
     <option id="y"   _label="Wobble around Y axis"       arg-set="-spin Y"/>
     <option id="z"   _label="Wobble around Z axis"       arg-set="-spin Z"/>
     <option id="xy"  _label="Wobble around X and Y axes" arg-set="-spin XY"/>
     <option id="xz"  _label="Wobble around X and Z axes" arg-set="-spin XZ"/>
     <option id="yz"  _label="Wobble around Y and Z axes" arg-set="-spin YZ"/>
     <option id="xyz" _label="Wobble around all three axes"/>
    </select>

  <hgroup>
   <boolean id="wander" _label="Wander"    arg-set="-wander"/>
   <boolean id="wire"   _label="Wireframe" arg-set="-wireframe"/>
   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  </hgroup>

  <xscreensaver-updater />

  <_description>
"Back in my day, we used to say 'No future'.  Well.  This is it."
-- Blank Reg

"I can dump down all the information in the mind.  Then I can eliminate any
information I don't want. My parrot squawks in much the same way. For the
moment, the computer power is only enough to generate a human head."
-- Bryce Lynch

Written by Jamie Zawinski; 2020.
  </_description>
</screensaver>