summaryrefslogtreecommitdiffstats
path: root/hacks/config/glitchpeg.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/glitchpeg.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/glitchpeg.xml')
-rw-r--r--hacks/config/glitchpeg.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/hacks/config/glitchpeg.xml b/hacks/config/glitchpeg.xml
deleted file mode 100644
index f53777c..0000000
--- a/hacks/config/glitchpeg.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="glitchpeg" _label="GlitchPEG">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=Xl5vKJ65_xM"/>
-
- <hgroup>
- <vgroup>
- <number id="delay" type="slider" arg="-delay %"
- _label="Frame rate" _low-label="Low" _high-label="High"
- low="0" high="100000" default="30000"
- convert="invert"/>
-
- <number id="duration" type="slider" arg="-duration %"
- _label="Duration" _low-label="1 second" _high-label="10 minutes"
- low="1" high="600" default="120"/>
-
- <number id="count" type="slider" arg="-count %"
- _label="Glitchiness" _low-label="Low" _high-label="High"
- low="1" high="1024" default="100"/>
-
- </vgroup>
-
- <vgroup>
- <xscreensaver-image />
- <xscreensaver-updater />
- </vgroup>
- </hgroup>
-
- <_description>
-Loads an image, corrupts it, and then displays the corrupted version,
-several times a second. After a while, finds a new image to corrupt.
-
-Written by Jamie Zawinski; 2018.
- </_description>
-</screensaver>