summaryrefslogtreecommitdiffstats
path: root/hacks/config/deco.xml
diff options
context:
space:
mode:
authorSimon Rettberg2024-09-06 14:42:37 +0200
committerSimon Rettberg2024-09-06 14:42:37 +0200
commitbadef32037f52f79abc1f1440b786cd71afdf270 (patch)
tree412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/deco.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/deco.xml')
-rw-r--r--hacks/config/deco.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/hacks/config/deco.xml b/hacks/config/deco.xml
deleted file mode 100644
index b5347cf..0000000
--- a/hacks/config/deco.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="deco" _label="Deco">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=kfdDTv07Nhw"/>
-
- <number id="delay" type="slider" arg="-delay %"
- _label="Duration" _low-label="1 second" _high-label="1 minute"
- low="1" high="60" default="5"/>
-
- <number id="ncolors" type="slider" arg="-ncolors %"
- _label="Number of colors" _low-label="Two" _high-label="Many"
- low="1" high="255" default="64"/>
-
- <hgroup>
- <vgroup>
- <number id="minwidth" type="spinbutton" arg="-min-width %"
- _label="Minimum width" low="1" high="100" default="20"/>
-
- <number id="minheight" type="spinbutton" arg="-min-height %"
- _label="Minimum height" low="1" high="100" default="20"/>
-
- <number id="maxdepth" type="spinbutton" arg="-max-depth %"
- _label="Maximum depth" low="1" high="40" default="12"/>
- </vgroup>
- <vgroup>
- <boolean id="smooth-colors" _label="Smooth colors" arg-set="-smooth-colors"/>
- <boolean id="golden-ratio" _label="Golden ratio" arg-set="-golden-ratio"/>
- <boolean id="mondrian" _label="Mondrian" arg-set="-mondrian"/>
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
- </vgroup>
- </hgroup>
-
- <xscreensaver-updater />
-
- <_description>
-Subdivides and colors rectangles randomly, for a Mondrian-esque effect.
-
-https://en.wikipedia.org/wiki/Piet_Mondrian#Paris_1919.E2.80.931938
-
-Written by Jamie Zawinski and Michael Bayne; 1997.
- </_description>
-</screensaver>