summaryrefslogtreecommitdiffstats
path: root/TOOLS/mwallp/README
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-31 14:17:31 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-31 14:17:31 +0000
commite40f658344802f2198a1d7ad1f71ab2aab45b207 (patch)
tree21f5d5f172f5c72494c69f06757a4cd4ee4be40d /TOOLS/mwallp/README
parentaa4c8c1ccd6fd37f7468243a61ad3607ce6a2027 (diff)
downloadmpv-e40f658344802f2198a1d7ad1f71ab2aab45b207.tar.bz2
mpv-e40f658344802f2198a1d7ad1f71ab2aab45b207.tar.xz
Remove unused/nonworking wallpaper setting utility.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22859 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/mwallp/README')
-rw-r--r--TOOLS/mwallp/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/TOOLS/mwallp/README b/TOOLS/mwallp/README
deleted file mode 100644
index 143d57a7ce..0000000000
--- a/TOOLS/mwallp/README
+++ /dev/null
@@ -1,23 +0,0 @@
-mwallp - mplayer's wallpaper setting utility
-======
-
-Usage: mwallp file1.jpg [file2.jpg file3.jpg ...]
-~~~~~~
-
-About:
-~~~~~~
-MWallp is a simple tool to set .jpg images as background/wallpaper on the
-desktop. It scales (bicubic) and convert the given jpg image to desktop
-size/bpp and set as background of Root window.
-
-If more than 1 filenames given, it randomly selects one, so running something
-like 'mwallp ~/.wallpapers/*.jpg' from cron will randomly changes wallpaper.
-
-Why?
-~~~~
-I've tried several programs, and as most of them used Imlib, their quality
-sucks (Imlib uses neares-neighbour scaling...).
-So I've decided to put together something very simple but efficient built
-using the MPlayer codebase.
-
-A'rpi