From e3d04743634f8da0efe35f822de7c79020e4b154 Mon Sep 17 00:00:00 2001 From: calmar Date: Wed, 2 Jan 2008 07:18:39 +0100 Subject: [PATCH] awesomerc update Hi, I changed the 'example' section somebit, hmm. cheers marco -- (o_ It rocks: LINUX + Command-Line-Interface //\ V_/_ http://www.calmar.ws From 03a313beaa9aef348b2c5c90a606b9a044deca17 Mon Sep 17 00:00:00 2001 From: marco candrian Date: Wed, 2 Jan 2008 06:50:18 +0100 Subject: [PATCH] awesomerc update --- awesomerc.1.txt | 161 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 130 insertions(+), 31 deletions(-) diff --git a/awesomerc.1.txt b/awesomerc.1.txt index b3e6d42c..f5eeb2ee 100644 --- a/awesomerc.1.txt +++ b/awesomerc.1.txt @@ -167,16 +167,20 @@ This widget shows an icon. progressbar ~~~~~~~~~~~ -This widget shows a progress bar. +This widget shows one or more progress-bars. *mouse*:: Set mouse bindings. *width*:: Set width. +*bar*:: + Draws a bar; Options: fg, bg, bcolor *fg*:: Foreground color. *bg*:: Background color. +*bcolor*:: + Border color. FILES ----- @@ -184,38 +188,133 @@ For an example of an awesomerc file, see the file provided with the sources EXAMPLES -------- - -The general format of the awesomerc with some examples: +The general config and subconfig options for the awesomerc: .................... -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" } +screen +{ + colors + { + focus_bg= + focus_border= + focus_fg= + normal_bg= + normal_border= + normal_fg= + tab_border= + urgent_bg= + urgent_fg= + } + general + { + allow_lower_floats=<{true,false}> + border= + focus_move_pointer=<{true,false}> + font= + opacity_unfocused= + resize_hints=<{true,false}> + snap= + } + layouts + { + layout { image= } + } + padding + { + bottom= + left= + right= + top= + } + statusbar + { + focustitle + height= + iconbox + { + image= + mouse { button= command= modkey= } + } + layoutinfo + netwmicon {} + position=<{bottom,top,left,right}> + progressbar + { + bar { bcolor= bg= fg= } + gap= + height= + lpadding= + mouse { button= command= modkey= } + width= + } + taglist + { + mouse { button= command= modkey= } + } + textbox + { + bg= + fg= + font= + mouse { button= command= modkey= } + text= w + idth= + } + width= + } + tags + { + tag + { + layout=<{dwindle,floating,max,spiral,tile,tileleft}> + wmfact= + nmaster= + } + } +} +rules +{ + rule + { + float=<{true,false}> + icon= + name= + screen= + tags= + } +} +keys +{ + key + { + arg= + command= + key= + modkey= + } + keylist + { + arglist={ + keylist={,...} + modkey= + } +} +mouse +{ + client + { arg= + button= + command= + modkey= + } + root + { arg= + button= + command= + modkey= + } +} ....................