mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
set widget alignment for graph
This commit is contained in:
parent
9390abcfb4
commit
95fc524993
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ graph_new(Statusbar *statusbar, cfg_t *config)
|
|||
|
||||
w->draw = graph_draw;
|
||||
w->tell = graph_tell;
|
||||
w->alignment = draw_get_align(cfg_getstr(config, "align"));
|
||||
d = w->data = p_new(Data, 1);
|
||||
|
||||
d->width = cfg_getint(config, "width");
|
||||
|
|
Loading…
Reference in a new issue