From 541a190a21bd983c5dd2d8f7653c925392ae0406 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 9 Jul 2008 10:43:23 +0200 Subject: [PATCH] awesomerc: document markup Signed-off-by: Julien Danjou --- awesomerc.5.txt | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/awesomerc.5.txt b/awesomerc.5.txt index f5035080..d36e852d 100644 --- a/awesomerc.5.txt +++ b/awesomerc.5.txt @@ -33,9 +33,31 @@ alpha channel to `aa' and will blend the green with the color under it. TEXT FORMAT ----------- -You can use/mix pango-markup and awesome-markup on text properties. -A pango-markup example: "...". -An awesome-markup example: "...". +You can use and mix pango-markup and awesome-markup in text string. +Pango markup documentation can be found in the pango documentation at +http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html. + +List of awesome markup and their attribute: + +* bg + - color: background color + - image: background image + - align: background image alignment + - resize: resize background image to text size +* border + - color: border color + - width: border width +* margin + - left: left margin in pixel + - right: right margin in pixel +* text + - align: text alignment + - shadow: shadow color + - shadow_offset: shadow color offset in pixel + + +A pango-markup example: .... +An awesome-markup example: . WIDGETS -------