2008-03-13 11:33:58 +01:00
|
|
|
awesome-message(1)
|
|
|
|
=================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
|
|
|
|
awesome-message - awesome message window
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
|
|
|
|
awesome-message [-x xcoord] [-y ycoord] [-d delay] <message> <icon>
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
|
|
|
|
awesome-message is a tool which will pop up a simple X window with a message
|
2008-04-10 23:37:22 +02:00
|
|
|
and optionally an icon in front of it.
|
2008-03-13 11:33:58 +01:00
|
|
|
|
|
|
|
USAGE
|
|
|
|
-----
|
|
|
|
To have a popup when you have new mail, you can do something like that:
|
|
|
|
|
|
|
|
awesome-message "You have new mails!" ~/.awesome/icons/newmail.png
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
-x xcoord::
|
|
|
|
Set x coordinate of the window.
|
|
|
|
-y ycoord::
|
|
|
|
Set y coordinate of the window.
|
|
|
|
-d delay::
|
2008-03-23 20:25:21 +01:00
|
|
|
Close the window after <delay> seconds. Must be an integer greater than 0.
|
2008-03-13 11:33:58 +01:00
|
|
|
<message>::
|
|
|
|
Print this message in the window.
|
|
|
|
<icon>::
|
|
|
|
Draw this icon file in the window.
|
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
|
|
|
awesome(1)
|
|
|
|
|
|
|
|
AUTHORS
|
|
|
|
-------
|
|
|
|
Julien Danjou <julien@danjou.info>
|
|
|
|
|
|
|
|
WWW
|
|
|
|
---
|
|
|
|
http://awesome.naquadah.org
|