> If you really just want a fixed width (the height shouldn't matter much in > "normal" wiboxes, hence this just uses all the available vertical space): > > textboxes["cpu1"].fit = function(widget, w, h) return 20, h end Oh, this is the solution. I thought it's possible set a conventional way (before 3.5: textboxes["cpu1"].width = 20). Will be this possible in future? It would be nice.
> But isn't 20px a little small? Almost enough. It was just an example, I need about 25px (only print the cpu usage in %). Thanks! Zsolt -- To unsubscribe, send mail to [email protected].
