summaryrefslogtreecommitdiffstats
path: root/hacks/config/pacman.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/pacman.xml')
-rw-r--r--hacks/config/pacman.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/hacks/config/pacman.xml b/hacks/config/pacman.xml
deleted file mode 100644
index 77e63e4..0000000
--- a/hacks/config/pacman.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="pacman" _label="Pac-Man">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=G-pdjis0ECw"/>
-
- <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="size" type="spinbutton" arg="-size %"
- _label="Player size" low="0" high="200" default="0"/>
-
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
-
- <xscreensaver-updater />
-
- <_description>
-Simulates a game of Pac-Man on a randomly-created level.
-
-https://en.wikipedia.org/wiki/Pac-Man
-
-Written by Edwin de Jong and Jamie Zawinski; 2004.
- </_description>
-</screensaver>