Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

telak(1) [debian man page]

TELAK(1)																  TELAK(1)

NAME
telak - draw local or remote pictures on your root window SYNOPSIS
telak [options] DESCRIPTION
telak is a program that draw local or remote pictures on your root window. This is very useful if you want to have webcam, graphs or some- thing like this drawn above your wallpaper. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h --help Show summary of options. -v --version Show version of program. -d --display Specify display. -c --config Specify configuration file. --cache Specify cache directory. CONFIGURATION FILE
The format is pretty simple. Each image have to be declared in a section, which is defined like this: [image_name] After this, you will have to declare options you want. url = <url or path> URL (http, ftp) or path (/home...) to your picture. MANDATORY. width = <size in px> Force the width of the picture to X. heigth = <size in px> Force the heigth of the picture to X. x = <position in px> Position of the image. y = <position in px> Position of the image. refresh = <time in seconds> Reload image every X seconds. reverse = <1 or 0> Reverse color mode. EXAMPLE
Here is a telakrc example. [test] url = /home/staff/acid/test.jpg width = 100 height = 100 x = 800 y = 600 reverse = 0 [photo] url = http://www.somedomaine.com/somepath/arf.png x = 200 y = 0 refresh = 300 reverse = 1 FILES
~/.telak/telakrc Main configuration file. ~/.telak/cache Default cache directory. AUTHOR
Julien Danjou <julien@danjou.info> HOMEPAGE
http://julien.danjou.info/telak.html February 8, 2005 TELAK(1)

Check Out this Related Man Page

AWSETBG(1)																AWSETBG(1)

NAME
awsetbg - awesome wrapper tool to set background SYNOPSIS
awsetbg [-fctaFCTA wallpaper] [-uU wallpapersetter] [-m #] [-bB fbsetrootoptions ...] [-rR path] [-l] DESCRIPTION
awsetbg is a wrapper that tries to find a suitable background setting application and then tries to set the wallpaper using that application. You do not have to configure awsetbg, since it just uses the first application it finds. Furthermore, it remembers the last wallpaper set, so you do not have to edit anything to change the wallpaper. OPTIONS
-f file Set fullscreen wallpaper. -c file Set centered wallpaper. -t file Set tiled wallpaper. -a file Set maximized wallpaper, preserving the aspect ratio. If the application chosen does not support this option, fullscreen is used as fall back. -u wallpapersetter Use the specified wallpaper setter tool. -r directory Set a random wallpaper from this directory. -F, -C, -T, -A, -U, -R Same as the lowercase options, but without remembering. -l Set the previous wallpaper. If the random feature was the last used, it will set another random wallpaper from this same directory. -i Display useful information about the best application to set the wallpaper found. -m # Use montage to create a big image (image should fit screen size). Requires montage(1). # is the number of screens (columns in montage). -p Display useful tips. -h Display help message. FILES
$XDG_CACHE_HOME/awesome/lastwallpaper or $HOME/.cache/awesome/lastwallpaper files contains the last wallpaper set to use with the -l option. ENVIRONMENT VARIABLES
wpsetters Wallpaper setters to use. DISPLAY Display you want to set the wallpaper on. SEE ALSO
awesome(1) AUTHORS
Julien Danjou <julien@danjou.info[1]> and others. awsetbg is derived from fbsetbg which was written by Han Boetes <han@fluxbox.org[2]>. WWW
http://awesome.naquadah.org NOTES
1. julien@danjou.info mailto:julien@danjou.info 2. han@fluxbox.org mailto:han@fluxbox.org 07/16/2012 AWSETBG(1)
Man Page