GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TELAK(1) TELAK(1)

telak - draw local or remote pictures on your root window

telak [options]

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 something like this drawn above your wallpaper.

This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.

Show summary of options.

Show version of program.

Specify display.

Specify configuration file.

Specify cache directory.

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 (http, ftp) or path (/home...) to your picture. MANDATORY.

Force the width of the picture to X.

Force the heigth of the picture to X.

Position of the image.

Position of the image.

Reload image every X seconds.

Reverse color mode.

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

~/.telak/telakrc
Main configuration file.

~/.telak/cache
Default cache directory.

Julien Danjou <julien@danjou.info>

http://julien.danjou.info/telak.html

February 8, 2005

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.