awesomerc.5: update
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
26b9c88de2
commit
1bf3336024
|
@ -16,15 +16,14 @@ SYNOPSIS
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
The *awesomerc* file contains configuration informations for *awesome*. It can
|
The *rc.lua* file contains configuration informations for *awesome*. It can
|
||||||
be used to configure the behaviour and look of awesome in a variety of ways.
|
be used to configure the behaviour and look of awesome in a variety of ways.
|
||||||
It can be assimilated as a Lua program/script run at startup by awesome.
|
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.
|
Therefore, it should use the awesome Lua API described in the API section.
|
||||||
This file is read at startup.
|
This file is read at startup.
|
||||||
|
|
||||||
AWESOME LUA API
|
AWESOME LUA API
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
Documentation for the Lua API can be found in the luadoc directory.
|
Documentation for the Lua API can be found in the luadoc directory.
|
||||||
|
|
||||||
COLORS FORMAT
|
COLORS FORMAT
|
||||||
|
@ -43,11 +42,11 @@ This allows to format the text rendered in widgets.
|
||||||
Pango markup documentation can be found in the Pango documentation at
|
Pango markup documentation can be found in the Pango documentation at
|
||||||
http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html.
|
http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html.
|
||||||
|
|
||||||
List of awesome markup elements and their attributes:
|
List of *awesome* markup elements and their attributes:
|
||||||
|
|
||||||
* bg
|
* bg
|
||||||
- color: background color
|
- color: background color
|
||||||
- image: background image
|
- image: path to a background image
|
||||||
- align: background image alignment
|
- align: background image alignment
|
||||||
- resize: resize background image to text size
|
- resize: resize background image to text size
|
||||||
* border
|
* border
|
||||||
|
@ -65,7 +64,7 @@ List of awesome markup elements and their attributes:
|
||||||
|
|
||||||
A Pango markup example: <span weight="bold" foreground="#336699">...</span>.
|
A Pango markup example: <span weight="bold" foreground="#336699">...</span>.
|
||||||
|
|
||||||
An awesome markup example: <text align="right"/>.
|
An *awesome* markup example: <text align="right"/>.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in New Issue