Hello,

I'm using several wicked widgets aligned to right. Expressions looks like this

netwidget_up = widget({ type = 'textbox', name = 'netwidget_up', align
= 'right' })
wicked.register(netwidget_up, wicked.widgets.net, '${ppp0 up_kb}', nil, nil, 3)
netwidget_down = widget({ type = 'textbox', name = 'netwidget_down',
align = 'right' })
wicked.register(netwidget_down, wicked.widgets.net, '${ppp0 down_kb}',
nil, nil, 3)

This is the network widget and it sits between other widgets (all
aligned to right). The problem is that when I'm downloading something
from the web, value of up/down speed changes every second from 0 to
0.2 or 250, and the network widget width changes every second and
widgets on the left from it moving every second.

How can I make fixed width widget?

Thank you!

// Vladimir

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

Reply via email to