diff --git a/awesomerc.1.txt b/awesomerc.1.txt index 7b504332..9e891f49 100644 --- a/awesomerc.1.txt +++ b/awesomerc.1.txt @@ -225,13 +225,40 @@ This widget shows one or more progress-bars. Set mouse bindings. *width*:: Set width. +*height*:: + Set height (i.e. 0.9 = 90%) +*padding_left*:: + Empty space on the left. *bar*:: - Draws a bar; Options: fg, bg, bcolor. + Draws a bar; Options: fg, bg, bordercolor. *fg*:: Foreground color. *bg*:: Background color. -*bcolor*:: +*bordercolor*:: + Border color. +*x*:: + Horizontal offset (auto-alignment if not set). +*y*:: + Vertical offset (auto-alignment if not set). + +graph +~~~~~ +This widget shows a graph. + +*mouse*:: + Set mouse bindings. +*width*:: + Set width. +*height*:: + Set height (i.e. 0.9 = 90%) +*padding_left*:: + Empty space on the left. +*fg*:: + Foreground color. +*bg*:: + Background color. +*bordercolor*:: Border color. *x*:: Horizontal offset (auto-alignment if not set). @@ -248,7 +275,7 @@ EXAMPLES The general config and subconfig options for the awesomerc: .............................................. -Note: when there are no whitespace, quotes are optional. +Note: when there is no whitespace, quotes are optional. -> "true" or "false" -> #ff9933 (hexadecimal color notation: #red green blue) @@ -405,11 +432,26 @@ screen [MULTI] } progressbar [MULTI] { - bar { bcolor = bg = fg = } [MULTI] + bar { fg = bg = bordercolor = } [MULTI] gap = width = height = - lpadding = + padding_left = + x = y = + mouse [MULTI] + { + button = modkey = {, ...} + command = arg = + } + } + graph [MULTI] + { + width = + height = + padding_left = + fg = + bg = + bordercolor = x = y = mouse [MULTI] {