(bump) Anyone? I just upgraded awesome to latest git and I don't know
how to achieve this.

Alex



On Thu, Oct 29, 2009 at 5:03 PM, Yo'av Moshe <[email protected]> wrote:
> I'm too missing that option, did you find a way to achieve that?
>
> Yo'av
>
> 2009/10/20 Konstantin Stepanov <[email protected]>
>>
>> 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].
>
>
> --
> Yo'av Moshe
>

--
To unsubscribe, send mail to [email protected].

Reply via email to