http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / flag.xml
diff --git a/hacks/config/flag.xml b/hacks/config/flag.xml
new file mode 100644 (file)
index 0000000..d06af92
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="flag" _label="Flag">
+
+  <command arg="-root"/>
+
+  <string id="text" _label="Text for Flag" arg="-text %"/>
+
+  <file id="bitmap" _label="Bitmap for Flag" arg="-bitmap %"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="60000" 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] -->
+
+  <_description>
+This draws a waving colored flag, that undulates its way around the
+screen.  The trick is 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,'' but you can replace the text or the
+image with a command-line option.  Written by Charles Vidal and Jamie
+Zawinski.
+  </_description>
+</screensaver>