summaryrefslogtreecommitdiffstats
path: root/hacks/config/beats.xml
blob: 581ebf92d0ce7722025abb01d67b85020c2d114f (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
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="beats" _label="Beats" gl="yes">

  <command arg="-root"/>

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

  <number id="delay" type="slider" arg="-delay %"
          _label="Frame rate" _low-label="Low" _high-label="High"
          low="0" high="100000" default="30000"
          convert="invert"/>

  <number id="count" type="slider" arg="-count %"
          _label="Number of balls" _low-label="Few" _high-label="Many"
          low="1" high="100" default="30"/>

  <select id="cycle">
   <option id="random" _label="Random cycle style"/>
   <option _label="Clockwise cycle"  arg-set="-cycle 0"/>
   <option _label="Rain dance cycle" arg-set="-cycle 1"/>
   <option _label="Metronome cycle"  arg-set="-cycle 2"/>
   <option _label="Galaxy cycle"     arg-set="-cycle 3"/>
  </select>

  <hgroup>
   <boolean id="tick"    _label="Tick"         arg-unset="-no-tick"/>
   <boolean id="blur"    _label="Motion Blur"  arg-unset="-no-blur"/>
   <boolean id="wire"    _label="Wireframe"    arg-set="-wireframe"/>
  </hgroup>

  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>

  <xscreensaver-updater />

  <_description>
Draws figures that move around at a slightly different rate from
each other, creating interesting chaotic and ordered patterns.

Written by David Eccles; 2020.
  </_description>
</screensaver>