summaryrefslogtreecommitdiffstats
path: root/hacks/config/critical.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/critical.xml')
-rw-r--r--hacks/config/critical.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/hacks/config/critical.xml b/hacks/config/critical.xml
new file mode 100644
index 0000000..399c569
--- /dev/null
+++ b/hacks/config/critical.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="critical" _label="Critical">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=HN2ykbM2cTk"/>
+
+ <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="ncolors" type="slider" arg="-ncolors %"
+ _label="Number of colors" _low-label="Two" _high-label="Many"
+ low="3" high="255" default="64"/>
+
+ <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.
+
+Draws a system of self-organizing lines. It starts out as random
+squiggles, but after a few iterations, order begins to appear.
+
+Written by Martin Pool; 1999.
+ </_description>
+</screensaver>