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

<screensaver name="kumppa" _label="Kumppa">

  <command arg="-root"/>

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

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

  <number id="density" type="slider" arg="-speed %"
          _label="Density" _low-label="Low" _high-label="High"
          low="0.0001" high="0.2" default="0.1"/>

  <boolean id="random" _label="Randomize" arg-unset="-no-random"/>
<!--  <boolean id="db" _label="Double buffer" arg-set="-db"/> -->


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

  <xscreensaver-updater />

  <_description>
Spiraling, spinning, and very, very fast splashes of color rush
toward the screen.

Written by Teemu Suutari; 1998.
  </_description>
</screensaver>