diff options
| author | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
| commit | badef32037f52f79abc1f1440b786cd71afdf270 (patch) | |
| tree | 412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/xmatrix.xml | |
| parent | Delete pre-6.00 files (diff) | |
| download | xscreensaver-master.tar.gz xscreensaver-master.tar.xz xscreensaver-master.zip | |
Diffstat (limited to 'hacks/config/xmatrix.xml')
| -rw-r--r-- | hacks/config/xmatrix.xml | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/hacks/config/xmatrix.xml b/hacks/config/xmatrix.xml deleted file mode 100644 index b1afe9c..0000000 --- a/hacks/config/xmatrix.xml +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<screensaver name="xmatrix" _label="XMatrix"> - - <command arg="-root"/> - - <video href="https://www.youtube.com/watch?v=dSJQHm-YoWc"/> - - <hgroup> - <select id="size"> - <option id="font1" _label="Small font" arg-set="-small"/> - <option id="font2" _label="Large font"/> - </select> - - <select id="mode"> - <option id="matrix" _label="Matrix encoding"/> - <option id="binary" _label="Binary encoding" arg-set="-mode binary"/> - <option id="hex" _label="Hexadecimal encoding" arg-set="-mode hex"/> - <option id="dna" _label="Genetic encoding" arg-set="-mode dna"/> - <option id="pipe" _label="Piped ASCII text" arg-set="-mode pipe"/> - </select> - - <select id="fill"> - <option id="both" _label="Synergistic algorithm"/> - <option id="top" _label="Slider algorithm" arg-set="-insert top"/> - <option id="bottom" _label="Expansion algorithm" arg-set="-insert bottom"/> - </select> - </hgroup> - - <hgroup> - <boolean id="trace" _label="Run trace program" arg-unset="-no-trace"/> - <boolean id="knock" _label="Knock knock" arg-unset="-no-knock-knock"/> - <string id="phone" _label="Phone number" arg="-phone %"/> - </hgroup> - - <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="density" type="slider" arg="-density %" - _label="Density" _low-label="Sparse" _high-label="Full" - low="1" high="100" default="75"/> - - <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/> - - <xscreensaver-updater /> - - </vgroup> - <vgroup> - <xscreensaver-text /> - </vgroup> - </hgroup> - - <_description> -The "digital rain" effect, as seen on the computer monitors in -"The Matrix". - -See also "GLMatrix" for a 3D rendering of the similar effect that -appeared in the movie's title sequence. - -https://en.wikipedia.org/wiki/Matrix_digital_rain - -Written by Jamie Zawinski; 1999. - </_description> -</screensaver> |
