awesomerc: remove widgets info, add file location
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
eef2480ef7
commit
fc91038928
|
@ -8,7 +8,11 @@ awesomerc - Configuration file for the awesome window manager
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
None.
|
*awesome* looks for this configuration file in this order:
|
||||||
|
|
||||||
|
* $XDG_CONFIG_HOME/awesome/rc.lua
|
||||||
|
* $HOME/.config/awesome/rc.lua
|
||||||
|
* XDG_CONFIG_DIRS/awesome/rc.lua
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
@ -26,7 +30,8 @@ Documentation for the Lua API can be found in the luadoc directory.
|
||||||
COLORS FORMAT
|
COLORS FORMAT
|
||||||
-------------
|
-------------
|
||||||
Colors format in *awesome* are either standard X color names
|
Colors format in *awesome* are either standard X color names
|
||||||
(blue, darkblue, lightred, etc) or hexadecimal formatted colors (#rrggbb).
|
(blue, darkblue, lightred, etc) or hexadecimal formatted colors (#rrggbb
|
||||||
|
or #rrggbbaa).
|
||||||
By using hexadecimal format, you can also specifies an alpha channel:
|
By using hexadecimal format, you can also specifies an alpha channel:
|
||||||
that means that #00ff00 will draw pure green, but #00ff00aa will set the
|
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.
|
alpha channel to `aa' and will blend the green with the color under it.
|
||||||
|
@ -56,22 +61,9 @@ List of awesome markup and their attribute:
|
||||||
- shadow_offset: shadow color offset in pixel
|
- shadow_offset: shadow color offset in pixel
|
||||||
|
|
||||||
|
|
||||||
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"/>.
|
|
||||||
|
|
||||||
WIDGETS
|
Ax awesome-markup example: <text align="right"/>.
|
||||||
-------
|
|
||||||
The current list of available widget is:
|
|
||||||
|
|
||||||
- graph
|
|
||||||
- progressbar
|
|
||||||
- taglist
|
|
||||||
- tasklist
|
|
||||||
- textbox
|
|
||||||
- systray
|
|
||||||
|
|
||||||
Each widget as its own set of properties, described below, that can bet modified with the set()
|
|
||||||
method.
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
|
@ -79,7 +71,7 @@ awesome(1) awesome-client(1)
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
This man page was written by Julien Danjou <julien@danjou.info>.
|
Written by Julien Danjou <julien@danjou.info>.
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue