summaryrefslogtreecommitdiffstats
path: root/hacks/config/photopile.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/photopile.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/photopile.xml')
-rw-r--r--hacks/config/photopile.xml65
1 files changed, 0 insertions, 65 deletions
diff --git a/hacks/config/photopile.xml b/hacks/config/photopile.xml
deleted file mode 100644
index 5b888e3..0000000
--- a/hacks/config/photopile.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="photopile" _label="Photo Pile" gl="yes">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=snm7o95AR8E"/>
-
- <hgroup>
- <vgroup>
-
- <number id="scale" type="slider" arg="-scale %"
- _label="Image size"
- _low-label="Small" _high-label="Large"
- low="0.1" high="0.9" default="0.4"/>
-
- <number id="tilt" type="slider" arg="-maxTilt %"
- _label="Maximum angle from vertical"
- _low-label="0 deg" _high-label="90 deg"
- low="0" high="90" default="50"/>
-
- <number id="count" type="spinbutton" arg="-count %"
- _label="Number of images" low="1" high="20" default="7"/>
-
- <boolean id="polaroid" _label="Simulate instant film" arg-unset="-no-polaroid"/>
-
- <boolean id="clip" _label="Instant film theme" arg-unset="-no-clip"/>
-
- <boolean id="shadows" _label="Draw drop shadows" arg-unset="-no-shadows"/>
-
- </vgroup>
- <vgroup>
-
- <number id="speed" type="slider" arg="-speed %"
- _label="Animation speed" _low-label="Slow" _high-label="Fast"
- low="0.1" high="8.0" default="1.0"/>
-
- <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="duration" type="slider" arg="-duration %"
- _label="Time until loading a new image"
- _low-label="Short" _high-label="Long"
- low="1" high="60" default="5"/>
-
- <boolean id="titles" _label="Show file names" arg-unset="-no-titles"/>
-
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
-
- </vgroup>
- </hgroup>
-
- <xscreensaver-image />
- <xscreensaver-updater />
-
- <_description>
-Loads several random images, and displays them as if lying in a random pile.
-The pile is periodically reshuffled, with new images coming in and old ones
-being thrown out.
-
-Written by Jens Kilian and Jamie Zawinski; 2008.
- </_description>
-</screensaver>