summaryrefslogtreecommitdiffstats
path: root/hacks/config/fuzzyflakes.xml
blob: b59517dcd5caf3286b4163d44ef281bfb91bab13 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="fuzzyflakes" _label="FuzzyFlakes">

  <command arg="-root"/>

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

  <hgroup>
   <vgroup>
    <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="speed" type="slider" arg="-speed %"
            _label="Speed" _low-label="Slow" _high-label="Fast"
            low="1" high="50" default="10"/>

    <number id="layers" type="slider" arg="-layers %"
            _label="Layers" _low-label="Few" _high-label="Many"
            low="1" high="10" default="3"/>

    <hgroup>
     <boolean id="rc" _label="Random colors" arg-set="-random-colors"/>
     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
    </hgroup>

    <select id="color">
     <option id="lred"     _label="Red"     arg-set="-color #FF0000"/>
     <option id="pink"     _label="Pink"/>
     <option id="lyellow"  _label="Yellow"  arg-set="-color #FFFF00"/>
     <option id="lgreen"   _label="Green"   arg-set="-color #00FF00"/>
     <option id="lcyan"    _label="Cyan"    arg-set="-color #00FFFF"/>
     <option id="lblue"    _label="Blue"    arg-set="-color #0000FF"/>
     <option id="lmagenta" _label="Magenta" arg-set="-color #FF00FF"/>
    </select>

   </vgroup>
   <vgroup>
    <number id="arms" type="slider" arg="-arms %"
            _label="Arms" _low-label="Few" _high-label="Many"
            low="1" high="10" default="5"/>
    <number id="thickness" type="slider" arg="-thickness %"
            _label="Thickness" _low-label="Thin" _high-label="Thick"
            low="1" high="50" default="10"/>
    <number id="bthickness" type="slider" arg="-bthickness %"
            _label="Border thickness" _low-label="Thin" _high-label="Thick"
            low="0" high="50" default="3"/>
    <number id="radius" type="slider" arg="-radius %"
            _label="Radius" _low-label="Small" _high-label="Large"
            low="1" high="100" default="20"/>

   </vgroup>
  </hgroup>

  <xscreensaver-updater />

  <_description>
Falling colored snowflake/flower shapes.

https://en.wikipedia.org/wiki/Snowflake

Written by Barry Dmytro; 2004.
  </_description>
</screensaver>