summaryrefslogtreecommitdiffstats
path: root/hacks/config/boxfit.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/boxfit.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/boxfit.xml')
-rw-r--r--hacks/config/boxfit.xml65
1 files changed, 0 insertions, 65 deletions
diff --git a/hacks/config/boxfit.xml b/hacks/config/boxfit.xml
deleted file mode 100644
index b978a5d..0000000
--- a/hacks/config/boxfit.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="boxfit" _label="Box Fit">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=8GkcbBbcwBk"/>
-
- <hgroup>
- <vgroup>
- <number id="delay" type="slider" arg="-delay %"
- _label="Frame rate" _low-label="Low" _high-label="High"
- low="0" high="100000" default="20000"
- convert="invert"/>
-
- <hgroup>
- <number id="count" type="spinbutton" arg="-count %"
- _label="Boxes" low="1" high="1000" default="50"/>
-
- <number id="growby" type="spinbutton" arg="-growby %"
- _label="Grow by" low="1" high="10" default="1"/>
- </hgroup>
-
- <hgroup>
- <number id="spacing" type="spinbutton" arg="-spacing %"
- _label="Spacing" low="1" high="10" default="1"/>
-
- <number id="border" type="spinbutton" arg="-border %"
- _label="Border" low="1" high="10" default="1"/>
- </hgroup>
-
- <hgroup>
- <select id="mode">
- <option id="random" _label="Boxes or circles"/>
- <option id="boxes" _label="Boxes only" arg-set="-mode squares"/>
- <option id="circles" _label="Circles only" arg-set="-mode circles"/>
- </select>
-
- <select id="mode2">
- <option id="gradient" _label="Color gradient"/>
- <option id="image" _label="Grab images" arg-set="-grab"/>
- </select>
- </hgroup>
- </vgroup>
-
- <vgroup>
- <xscreensaver-image />
-
- <boolean id="peek" _label="Peek at underlying images" arg-set="-peek"/>
-
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
- </vgroup>
- </hgroup>
-
- <xscreensaver-updater />
-
- <_description>
-Packs the screen with growing squares or circles, colored according to
-a horizontal or vertical gradient, or according to the colors of a
-loaded image. The objects grow until they touch, then stop. When the
-screen is full, they shrink away and the process restarts.
-
-Written by Jamie Zawinski; 2005.
- </_description>
-</screensaver>