From a08cdd040e69e7559f92aa6020fc5611af9e590d Mon Sep 17 00:00:00 2001 From: Damien Leone Date: Fri, 15 Aug 2008 18:11:55 +0200 Subject: [PATCH] default theme: add documentation about taglist_squares and [taglist|tasklist|titlebar] specific variables Signed-off-by: Damien Leone Signed-off-by: Julien Danjou --- themes/default.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/themes/default.in b/themes/default.in index ee73c07f8..29c55f684 100644 --- a/themes/default.in +++ b/themes/default.in @@ -17,10 +17,21 @@ border_normal = #000000 border_focus = #535d6c border_marked = #91231c +# Display the taglist squares +taglist_squares = true + # You can use your own command to # set your wallpaper wallpaper_cmd = xsetbg -fullscreen -border black @AWESOME_THEMES_PATH@/default-background.png || xsetroot -solid darkgrey +# There are another variables sets +# overriding the default one when +# defined, the sets are: +# [taglist|tasklist]_[bg|fg]_[focus|urgent] +# titlebar_[bg|fg]_[normal|focus] +# Example: +#taglist_bg_focus = #ff0000 + # You can add as many variables as # you wish and access them by using # beautiful.variable in your rc.lua