Categories
Computers

Awesome 3.4

Given my last post related to upgrading awesome to the 3.4 version, I figure it’s only fair to give credit where it’s due. I subscribed to the user mailing list hoping for some help. I got it.

Quick … kudos to the mailing list guys.

The documentation is, unfortunately, lacking in this area. However, when creating a progressbar widget, which is all the my battery indicator is, the widget itself has a default layout of leftright. This setting is not overridden by the wibox setting it is placed in. To change it, specify a “layout” arg when creating the progressbar widget. Like so:

pb = awful.widget.progressbar({ layout = awful.widget.layout.horizontal.rightleft, … })

Now the widget is located where I want it in the wibox.

Also, when trying to attach mouse buttons to the progressbar widet, you have to access the buttons method through the widget as follows:

pb.widget.buttons(awful.util.table.join(awful.button…

So there you have it. Thanks to the mailing list for helping me out with this stuff.

2 replies on “Awesome 3.4”

Nah, I’ll stick with the problems I know. But thanks, it’s always good to get some perspective on computer problems. They can always be worse.

Are YOU going to be upgrading to W7? Good luck with that.

Leave a Reply

Your email address will not be published. Required fields are marked *