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

<screensaver name="flag" _label="Flag">

  <command arg="-root"/>

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

  <string id="text" _label="Text for flag" arg="-text %"/>

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

  <number id="cycles" type="slider" arg="-cycles %"
           _label="Timeout" _low-label="Small" _high-label="Large"
          low="0" high="800000" default="1000"/>

  <number id="ncolors" type="slider" arg="-ncolors %"
            _label="Number of colors" _low-label="Two" _high-label="Many"
            low="1" high="255" default="200"/>

  <!-- #### -size [-7] -->

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

  <xscreensaver-updater />

  <_description>
This screen saver was removed from the XScreenSaver distribution as of
version 5.08.

This draws a waving colored flag, that undulates its way around the
screen.  The flag can contain arbitrary text and images.  By default,
it displays either the current system name and OS type, or a picture
of "Bob".

Written by Charles Vidal and Jamie Zawinski; 1997.
  </_description>
</screensaver>