2008-02-28 12:36:17 +01:00
|
|
|
awesomerc(5)
|
2007-12-15 05:08:44 +01:00
|
|
|
===========
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
|
2008-05-26 15:25:40 +02:00
|
|
|
awesomerc - Configuration file for the awesome window manager
|
2007-12-15 05:08:44 +01:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2008-05-20 15:39:47 +02:00
|
|
|
None.
|
2008-01-08 16:33:22 +01:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2008-03-27 16:48:52 +01:00
|
|
|
The *awesomerc* file contains configuration informations for *awesome*. It can
|
2008-01-08 16:33:22 +01:00
|
|
|
be used to configure the behaviour and look of awesome in a variety of ways.
|
2008-05-26 15:25:40 +02:00
|
|
|
It can be assimilated as a Lua program/script run at startup by awesome.
|
|
|
|
Therefore, it should use the awesome Lua API described in the API section.
|
|
|
|
This file is read at startup.
|
2008-01-08 16:33:22 +01:00
|
|
|
|
2008-05-26 15:25:40 +02:00
|
|
|
AWESOME LUA API
|
|
|
|
---------------
|
2008-05-26 20:24:26 +02:00
|
|
|
|
2008-06-23 18:33:52 +02:00
|
|
|
Documentation for the Lua API can be found in the luadoc directory.
|
2007-12-24 09:49:50 +01:00
|
|
|
|
2008-05-30 13:00:52 +02:00
|
|
|
COLORS FORMAT
|
|
|
|
-------------
|
|
|
|
Colors format in *awesome* are either standard X color names
|
|
|
|
(blue, darkblue, lightred, etc) or hexadecimal formatted colors (#rrggbb).
|
|
|
|
By using hexadecimal format, you can also specifies an alpha channel:
|
|
|
|
that means that #00ff00 will draw pure green, but #00ff00aa will set the
|
|
|
|
alpha channel to `aa' and will blend the green with the color under it.
|
|
|
|
|
2008-06-12 22:04:52 +02:00
|
|
|
TEXT FORMAT
|
|
|
|
-----------
|
2008-06-13 02:00:16 +02:00
|
|
|
You can use/mix pango-markup and awesome-markup on text properties.
|
|
|
|
A pango-markup example: "<span weight=\'bold\' foreground=\'#336699\'>...</span>".
|
|
|
|
An awesome-markup example: "<text align=\'right\'>...</text>".
|
2008-06-12 22:04:52 +02:00
|
|
|
|
2008-06-11 09:56:19 +02:00
|
|
|
WIDGETS
|
|
|
|
-------
|
|
|
|
The current list of available widget is:
|
|
|
|
|
|
|
|
- graph
|
|
|
|
- progressbar
|
|
|
|
- taglist
|
|
|
|
- tasklist
|
|
|
|
- textbox
|
2008-06-14 18:12:16 +02:00
|
|
|
- systray
|
2008-06-11 09:56:19 +02:00
|
|
|
|
|
|
|
Each widget as its own set of properties, described below, that can bet modified with the set()
|
|
|
|
method.
|
|
|
|
|
2007-12-15 05:08:44 +01:00
|
|
|
SEE ALSO
|
|
|
|
--------
|
2008-05-20 15:39:47 +02:00
|
|
|
awesome(1) awesome-client(1)
|
2007-12-15 05:08:44 +01:00
|
|
|
|
|
|
|
AUTHORS
|
|
|
|
-------
|
2008-05-20 15:39:47 +02:00
|
|
|
This man page was written by Julien Danjou <julien@danjou.info>.
|
2008-03-09 23:28:56 +01:00
|
|
|
|
2007-12-15 05:08:44 +01:00
|
|
|
WWW
|
|
|
|
---
|
|
|
|
http://awesome.naquadah.org
|