From 7c2f81b1417ea2db0947b0d1719c629eb53e0e1c Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sun, 30 Dec 2007 21:13:11 +0100 Subject: [PATCH] update manpage for several statusbar --- awesomerc.1.txt | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/awesomerc.1.txt b/awesomerc.1.txt index b1e9fc04..b3e6d42c 100644 --- a/awesomerc.1.txt +++ b/awesomerc.1.txt @@ -102,7 +102,7 @@ Screen WIDGETS ------- -Statusbar can be customized by modifying widgets names, order and options. +Statusbars can be customized by modifying widgets names, order and options. taglist ~~~~~~~ @@ -188,34 +188,34 @@ EXAMPLES The general format of the awesomerc with some examples: .................... -screen 0 # particular settings for screen 0 -{ # - general # - { } # border=2 focus_move_pointer=true font="fixed-10" ... - # - colors # - { } # focus_bg="#000000" focus_border= ... - # - statusbar # - { } # position="top" taglist tl {} textbox tb {} ... - # hint: tl is a identifier (you can freely choose) - # usage: awesome-client <<< "0 widget_tell tl some_data" - # - tags # - { } # tag identifier { layout="tile" wmfact=0.70 nmaster=2 } - # - layouts # - { } # layout max { symbol="[ ]" } (or tile, max, dwindle, floating, ...) -} # - # -rules # -{ } # rule { name="gimp" float=true tags="3" } - # -mouse # -{ } # tag { button="1" command="tag_view" } - # -keys # -{ } # key { modkey={"Mod4"} key="j" command="client_focusnext" } +screen 0 # particular settings for screen 0 +{ # + general # + { } # border=2 focus_move_pointer=true font="fixed-10" ... + # + colors # + { } # focus_bg="#000000" focus_border= ... + # + statusbar sb # + { } # position="top" taglist tl {} textbox tb {} ... + # hint: tl is a identifier (you can freely choose) + # usage: awesome-client <<< "0 widget_tell tl some_data" + # + tags # + { } # tag identifier { layout="tile" wmfact=0.70 nmaster=2 } + # + layouts # + { } # layout max { symbol="[ ]" } (or tile, max, dwindle, floating, ...) +} # + # +rules # +{ } # rule { name="gimp" float=true tags="3" } + # +mouse # +{ } # tag { button="1" command="tag_view" } + # +keys # +{ } # key { modkey={"Mod4"} key="j" command="client_focusnext" } ....................