NAME

muralis - display wallpaper on your desktop.

VERSION

version 0.1003

SYNOPSIS

muralis --help | --manpage | --version

muralis --backends

muralis --provides backend

muralis --list { --dir directory } [ --exclude string ] [ --is_image string ] [ --listformat format ] [ --match string ] [ --outfile filename ]

muralis [ --centre | --center ] [ --colours num | --colors num ] [ --config_dir directory ] [ --dir directory ] [ --exclude string ] [ --is_image string ] [ --fullscreen ] [ --match string ] [ --option string ] [ --stretch ] [ --tile ] [ --unseen ] [ --verbose ] [ --window window-id ] [ --zoom percent ] --use backend ( --random | --repeat_last | file )

DESCRIPTION

The muralis script displays a given image file on the desktop background (that is, the root window) of an X-windows display.

This tries to determine what size would best suit the image; whether to show it fullscreen or normal size, whether to show it tiled or centred on the screen. Setting the options overrides this behaviour.

One can also repeat the display of the last-displayed image, changing the display options as one desires.

This uses the an external program to display the image file; display backends are implemented as plugins. To find out which bckends are available, use the --backends option to print a list of them.

This also depends on xwininfo to get information about the root window.

The Name

The name "muralis" comes from the Latin "muralis" which is the word from which "mural" was derived. I just thought it was a cool name for a wallpaper script.

OPTIONS

Boolean options can be disabled by prefixing them with 'no'; for example, --notile will turn off tiling of the image.

ENVIRONMENT

FILES

Configuration files for muralis are placed in the $HOME/.muralis directory (which is created if it doesn't exist).

REQUIRES

Getopt::Long
Pod::Usage
Getopt::ArgvFile
File::Basename
File::Find::Rule
Image::Info
X11::Muralis;

SEE ALSO

perl(1) Getopt::Long Getopt::ArgvFile Pod::Usage X11::Muralis

BUGS

Please report any bugs or feature requests to the author.

AUTHOR

Kathryn Andersen (RUBYKAT)
perlkat AT katspace dot com
http://www.katspace.org/tools/muralis

COPYRIGHT AND LICENCE

Copyright (c) 2005-2016 by Kathryn Andersen

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.