Re: Quick launch bar custom widget

2012-10-24 Thread Alexander Yakushev
Hello Adam, Since I don't have 3.4 installation around, I have to ask you to put some debug outputs inside the script. Could you please change the part starting with table.sort... so it becomes like this: table.sort(items, function(a,b) return a.position < b.position end) print(table.getn(ite

Syncing a vicious date widget

2012-10-24 Thread Juergen Descher
Hi all! First, thank you for your great awesome wm! Coming straight from windowmaker many years ago, I like it very much. For my date and time widget I'm using a vicious widget: mytextclock = widget({ type = "textbox" }) vicious.register(mytextclock, vicious.widgets.date, "%d.%m %H:%M", 6

Quick launch bar custom widget

2012-10-24 Thread Adam Jimerson
Hello all, I am trying to get the Quick launch bar widget found here, http://awesome.naquadah.org/wiki/Quick_launch_bar_widget, working under Awesome 3.4. I have an older version of this working with the same version of Awesome on a different box that I don't have easy access to at the moment so

Re: What should titlebars be like?

2012-10-24 Thread Claudio Roberto França Pereira
On Wed, Oct 24, 2012 at 11:22 AM, Raphael Plasson wrote: > Hello, > > I think that the most important point is to have titlebars that are as > flexible as possible, so that one can put whatever he wants in it (hell, > this is the point to work with a WM that can be configured with code: to > be ab

Re: What should titlebars be like?

2012-10-24 Thread Raphael Plasson
Hello, I think that the most important point is to have titlebars that are as flexible as possible, so that one can put whatever he wants in it (hell, this is the point to work with a WM that can be configured with code: to be able to hack it, right ? :D). Typically, I am not really interested in

Re: What should titlebars be like?

2012-10-24 Thread Claudio Roberto França Pereira
I'm in a lack of words to congratulate and thanks Uli. I guess we all feel something similar. Thank you Uli!