summaryrefslogtreecommitdiffstats
path: root/TOOLS/mwallp/README
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-17 14:13:10 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-17 14:13:10 +0000
commit54f88090f99685490e618fb06c6429fa5fef5764 (patch)
treeca7a6f2aa972e114dd446e3fdd28434552a4427f /TOOLS/mwallp/README
parent7fc2adfa25af8f2209191385520e183a5701b637 (diff)
downloadmpv-54f88090f99685490e618fb06c6429fa5fef5764.tar.bz2
mpv-54f88090f99685490e618fb06c6429fa5fef5764.tar.xz
mwallp - simple wallpaper setting tool using MPlayer codebase
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6458 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/mwallp/README')
-rw-r--r--TOOLS/mwallp/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/TOOLS/mwallp/README b/TOOLS/mwallp/README
new file mode 100644
index 0000000000..143d57a7ce
--- /dev/null
+++ b/TOOLS/mwallp/README
@@ -0,0 +1,23 @@
+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