Hi, awesome users!
I've got a problem with awesome 3.4.
There used to be widget type graph written in C,
but as I see in repo, it will be removed in awesome next
in favor of awful.widget.graph.
In widget({ type="graph" }) I could display several data series
on the same graph. I used this feature to display inbound/outbound
traffic & two cpu cores usages percentage on the same graph
with different colors.
Now awful.widget.graph() supports only single data seria as far
as I could see. Is there any way to replicate this behavior
of good old C-based graph widget?
I tried to do it with widget layouts (even wrote one myself),
but was not successful. Default widget layout either piles
graph widget one above another or make one of them covered behind
neighbour widgets (textboxes & other graphs).
I tried to put into wibox something like this:
{
awful.widget.graph({ layout = awful.widget.layout.default }),
awful.widget.graph({ layout = awful.widget.layout.default }),
layout = awful.widget.layout.default
}
tried different layouts for widgets & table of widgets, tried to remove
layout element altogather. Nothing works =(
--
To unsubscribe, send mail to [email protected].