> You can't change the height? Of course you CAN change the height of a
> wibox.
Okay, my bad. So I tried this command:
awful.wibox({position = "bottom", screen = s, width = 1200, height = 40})
and I got the error:
attempt to index field 'width' ( a number value)Next, I figure it's probably by fraction. So I tried: width = 1.0, height = 0.2 same error Finally I use, after reading the manual in more detail (http://awesome.naquadah.org/doc/api/modules/awful.wibox.html#new): width = "50%", height = "40%", got error: bad argument #-1 to 'wibox' (number expected, got string) After reading your reply, I tried: width = "50%", height = 40, SUCCESS! It is very strange that width and height takes different value-type. -- MZ -- To unsubscribe, send mail to [email protected].
