~ubuntu-branches/ubuntu/lucid/xscreensaver/lucid

« back to all changes in this revision

Viewing changes to hacks/config/starfish.xml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2007-12-06 09:53:12 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206095312-fkzcwe4vqm50z208
Tags: 5.04-1ubuntu1
* Merge from debian unstable, remaining changes:
  - split xscreensaver into xscreensaver, xscreensaver-data (hacks we ship),
    xscreensaver-data-extra (hacks in universe). split out gl hacks for
    universe to xscreensaver-gl-extra
  - use fridge for rss screensavers
  - create and install .desktop files for gnome-screensaver

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
          low="0" high="150" default="0"/>
18
18
 
19
19
  <select id="mode">
20
 
    <option id="field" _label="Color Gradients"/>
21
 
    <option id="blob"  _label="Pulsating Blob" arg-set="-blob"/>
 
20
    <option id="random" _label="Random"/>
 
21
    <option id="zoom"   _label="Color Gradients" arg-set="-mode zoom"/>
 
22
    <option id="blob"   _label="Pulsating Blob"  arg-set="-mode blob"/>
22
23
  </select>
23
24
 
24
25
  <number id="ncolors" type="slider" arg="-colors %"
25
26
            _label="Number of Colors" _low-label="Two" _high-label="Many"
26
27
            low="1" high="255" default="200"/>
27
28
 
28
 
  <!-- #### -delay2 [5] -->
29
 
  <!-- #### -cycle-delay [100000] -->
30
 
  <!-- #### -no-cycle -->
31
 
 
32
29
  <_description>
33
30
This generates a sequence of undulating, throbbing, star-like
34
31
patterns which pulsate, rotate, and turn inside out.  Another display
35
32
mode uses these shapes to lay down a field of colors, which are then
36
 
cycled.  The motion is very organic.  Written by Jamie Zawinski.
 
33
cycled.  The motion is very organic.
 
34
 
 
35
Written by Jamie Zawinski; 1997.
37
36
  </_description>
38
37
</screensaver>