awesomerc(1) update for progressbar widget option fg_half
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
09e60cb95e
commit
a28f931d08
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue