7 awesomerc - Configuration file for the awesome window manager
15 The *awesomerc* file contains configuration informations for *awesome*. It can
16 be used to configure the behaviour and look of awesome in a variety of ways.
17 It can be assimilated as a Lua program/script run at startup by awesome.
18 Therefore, it should use the awesome Lua API described in the API section.
19 This file is read at startup.
24 Documentation for the Lua API can be found in the luadoc directory.
28 Colors format in *awesome* are either standard X color names
29 (blue, darkblue, lightred, etc) or hexadecimal formatted colors (#rrggbb).
30 By using hexadecimal format, you can also specifies an alpha channel:
31 that means that #00ff00 will draw pure green, but #00ff00aa will set the
32 alpha channel to `aa' and will blend the green with the color under it.
36 You can use and mix pango-markup and awesome-markup in text string.
37 Pango markup documentation can be found in the pango documentation at
38 http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html.
40 List of awesome markup and their attribute:
43 - color: background color
44 - image: background image
45 - align: background image alignment
46 - resize: resize background image to text size
51 - left: left margin in pixel
52 - right: right margin in pixel
54 - align: text alignment
55 - shadow: shadow color
56 - shadow_offset: shadow color offset in pixel
59 A pango-markup example: <span weight="bold" foreground="#336699">...</span>.
60 An awesome-markup example: <text align="right"/>.
64 The current list of available widget is:
73 Each widget as its own set of properties, described below, that can bet modified with the set()
78 awesome(1) awesome-client(1)
82 This man page was written by Julien Danjou <julien@danjou.info>.
86 http://awesome.naquadah.org