Hello,
I think you must rewrite your widgets:
"widget" Library Changes
"widget" Library Replacement
There is no longer a thing like widget in the API, so different
widgets which were provided by its type parameter can be found in
different places.
One of them is a new module named wibox. Please note that wibox is no
longer a part of the standard API, so you need to require("wibox") to
use it.
textbox
Migrated to wibox.widget.textbox()
imagebox
Migrated to wibox.widget.imagebox()
systray
Migrated to wibox.widget.systray()
Kr.
Piotr.
2013/1/3 Stefano Di Martino <[email protected]>:
> Hi folks,
> this volume widget doesn't work anymore after upgrading awesome:
> http://awesome.naquadah.org/wiki/Volume_control_and_display
>
> I get the error
>
> "volume.lua:1: attempts to call global 'widget' (a nil value)"
>
> This is line 1:
>
> volume_widget = widget({ type = "textbox", name = "tb_volume", align =
> "right" })
>
> Any ideas?
>
> Thanks in advance!
>
> Stefano
>
> --
> To unsubscribe, send mail to [email protected].
--
To unsubscribe, send mail to [email protected].