Hi, I don't have knowledge about Lua so I have some difficulty to add new feature in awesome. Is there a way to create widget with awesome-client??
I tried to do in awesome-client:
w = widget({type = "textbox", align = "right"})
w.text = "hello"
mywibox[1].widgets[18] = w
But it doesn't appear. Furthermore, 18 means the last element in mywibox
because I didn't figure out how to get the length of a table. I tried both
with # operator and table.getn() but I always get 0 although the table
widgets contains 17 widgets inside.
Thanks,
feel
pgp3YRPH1Wdv8.pgp
Description: PGP signature
