awesomerc(1) update for progressbar widget option fg_half

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
marco candrian 2008-02-05 12:03:05 +01:00 committed by Julien Danjou
parent 09e60cb95e
commit a28f931d08
2 changed files with 5 additions and 2 deletions

View File

@ -470,7 +470,11 @@ screen <integer> [MULTI]
}
progressbar <identifier> [MULTI]
{
bar { fg = <color> fg_full = <color> bg = <color> bordercolor = <color> } [MULTI]
bar [MULTI]
{
fg = <color> fg_full = <color> fg_half = <color>
bg = <color> bordercolor = <color>
}
gap = <integer>
width = <integer>
height = <float>

View File

@ -143,7 +143,6 @@ progressbar_new(Statusbar *statusbar, cfg_t *config)
int i, phys_screen = get_phys_screen(statusbar->screen);
cfg_t *cfg;
w = p_new(Widget, 1);
widget_common_new(w, statusbar, config);
w->draw = progressbar_draw;