update manpage for several statusbar

This commit is contained in:
Julien Danjou 2007-12-30 21:13:11 +01:00
parent 13e5b96807
commit 7c2f81b141
1 changed files with 29 additions and 29 deletions

View File

@ -102,7 +102,7 @@ Screen
WIDGETS WIDGETS
------- -------
Statusbar can be customized by modifying widgets names, order and options. Statusbars can be customized by modifying widgets names, order and options.
taglist taglist
~~~~~~~ ~~~~~~~
@ -188,34 +188,34 @@ EXAMPLES
The general format of the awesomerc with some examples: The general format of the awesomerc with some examples:
.................... ....................
screen 0 # particular settings for screen 0 screen 0 # particular settings for screen 0
{ # { #
general # general #
{ } # border=2 focus_move_pointer=true font="fixed-10" ... { } # border=2 focus_move_pointer=true font="fixed-10" ...
# #
colors # colors #
{ } # focus_bg="#000000" focus_border= ... { } # focus_bg="#000000" focus_border= ...
# #
statusbar # statusbar sb #
{ } # position="top" taglist tl {} textbox tb {} ... { } # position="top" taglist tl {} textbox tb {} ...
# hint: tl is a identifier (you can freely choose) # hint: tl is a identifier (you can freely choose)
# usage: awesome-client <<< "0 widget_tell tl some_data" # usage: awesome-client <<< "0 widget_tell tl some_data"
# #
tags # tags #
{ } # tag identifier { layout="tile" wmfact=0.70 nmaster=2 } { } # tag identifier { layout="tile" wmfact=0.70 nmaster=2 }
# #
layouts # layouts #
{ } # layout max { symbol="[ ]" } (or tile, max, dwindle, floating, ...) { } # layout max { symbol="[ ]" } (or tile, max, dwindle, floating, ...)
} # } #
# #
rules # rules #
{ } # rule { name="gimp" float=true tags="3" } { } # rule { name="gimp" float=true tags="3" }
# #
mouse # mouse #
{ } # tag { button="1" command="tag_view" } { } # tag { button="1" command="tag_view" }
# #
keys # keys #
{ } # key { modkey={"Mod4"} key="j" command="client_focusnext" } { } # key { modkey={"Mod4"} key="j" command="client_focusnext" }
.................... ....................