Re : Re : text with oocairo

2011-07-26 Thread W Wlourf
I followed this  tutorial to install oocairo  : https://awesome.naquadah.org/wiki/Using_Cairo_within_Awesome oocairo works fine with 3-4-6, a little example for drawing text : one transformation with translate & rotate, another with a matrix. --- --this script write the outp

Awesompd is now ready for the public

2011-07-26 Thread Alexander Yakushev
Finally I released the version 1.0 of awesompd - an advanced MPD widget for Awesome. In this release I mainly focused on the interaction with Jamendo trying to make awesompd a viable Jamendo client. Even more than that - I wanted to let Awesome users listen to music from Jamendo directly thr

Re: Re : text with oocairo

2011-07-26 Thread Uli Schlachter
On 26.07.2011 19:31, W Wlourf wrote: > Hi, > > > Thanks for your answer. > > I think I have a wrong version of awesome (awesome debian/3.4.6-1 (Hooch)) > because I didn't manage to install oopango and the textbox.lua is not the > same as in your message. Uhm, 3.4.6 doesn't use oocairo, only

Re : text with oocairo

2011-07-26 Thread W Wlourf
Hi, Thanks for your answer. I think I have a wrong version of awesome (awesome debian/3.4.6-1 (Hooch)) because I didn't manage to install oopango and the textbox.lua is not the same as in your message. Anyway, I will use the function cr:show_text(), thank for the tip. It's for writing vert

Re: Possibility to send app to certain tag on 'active' screen?

2011-07-26 Thread Michał Janke
2011/7/6 Michał Janke : >>> >>> So awful.rules doesn't provide what you want. >>> But don't worry, you can have a callback! >>> >>> callback = function(c) >>>   c.screen = mouse.screen >>>   c:tags({ tags[c.screen][3] }) >>> end >>> >> >> Man, this is really crazy. I have the same problem: >> Creat