You are not logged in.

#1 2010-10-08 08:57:24

katafrakt
Member
From: Kraków
Registered: 2010-06-08
Posts: 22

Surprises in awesome from git

On 6.10 the widget function disappeared from awesome (http://git.naquadah.org/?p=awesome.git; … 6fc770cc5e). Has anyone figured out what should be used as a replacement? Right now I have more or less default awesome configuration, because none of my widgets are working wink

BTW Just an idea: maybe we could keep the topic with informations and solutions for awesome team's git surprises? wink

Offline

#2 2010-10-09 09:21:08

katafrakt
Member
From: Kraków
Registered: 2010-06-08
Posts: 22

Re: Surprises in awesome from git

OK, I found it out myself, in fact it was pretty easy. So instead od calling

lolwidget = widget({ type = "textbox" })

you now have to do it like

lolwidget = wibox.widget.textbox()

Also, I encountered some problems with vicious and had to clone the head manually into my config dir to make it work.

Last edited by katafrakt (2010-10-09 09:21:28)

Offline

Board footer

Powered by FluxBB