Re: Release next major version - how bad could it be?

2012-10-17 Thread Oon-Ee Ng
On Thu, Oct 18, 2012 at 7:50 AM, Adrian C. wrote: > On Sat, 13 Oct 2012, Adrian C. wrote: > >> I hope there will be enough of us so we can keep patching it for >> future xcb maybe even lua 5.2. > > To clarify, those devils from Arch Linux will probably introduce it > sooner than anyone. > Change d

Re: Release next major version - how bad could it be?

2012-10-17 Thread Adrian C.
On Sat, 13 Oct 2012, Adrian C. wrote: > I hope there will be enough of us so we can keep patching it for > future xcb maybe even lua 5.2. To clarify, those devils from Arch Linux will probably introduce it sooner than anyone. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP

Re: How do you people handle sound? Show your solution

2012-10-17 Thread BenoƮt Zugmeyer
Here is mine : https://github.com/BenoitZugmeyer/dotfiles/blob/master/.config/awesome/volume.lua I use the Vicious volume widget to display the volume level, and amixer to control it. Each time amixer is called, the widget is updated. I can control the volume by clicking (mute / unmute) or scroll

Re: Widgets in external file

2012-10-17 Thread Uli Schlachter
On 17.10.2012 23:52, Manuel Kasser wrote: > Am 17.10.2012 22:38, schrieb Uli Schlachter: >> Well, it would help a lot if you would tell us which error you get. Because >> your >> code looks fine to me. > Oh, sorry, I forgot, because I do not get an error at all. I just have > no CPU monitor anymor

Re: Widgets in external file

2012-10-17 Thread Manuel Kasser
Am 17.10.2012 22:38, schrieb Uli Schlachter: > Well, it would help a lot if you would tell us which error you get. Because > your > code looks fine to me. Oh, sorry, I forgot, because I do not get an error at all. I just have no CPU monitor anymore. I made it work just by changing "cputxt = widge

Re: Widgets in external file

2012-10-17 Thread Uli Schlachter
Hi, On 17.10.2012 20:18, Manuel Kasser wrote: [...] > Unfortunately I haven't found any explanation or example, so I hope > someone here can help me. > > What I tried: > > I created a file named "widgetfile.lua", which contains: >> local awful = require("awful") >> local vicious = vicious >> loc

Widgets in external file

2012-10-17 Thread Manuel Kasser
Hi, due to using awesome on different computers I want to externalize some widgets into another file, because I have to edit their code in the rc.lua when porting the configuration file to another machine due to a smaller screen size. So I want to externalize them to have a file with width-adapted