Fwd: Re: Click-sensitive widget

2012-10-27 Thread Manuel Kasser
Forgot to CC awesome. Hi, On 27.10.2012, 14:26, Alexander Yakushev wrote: > You should use this one but the second like should look like: > cputxt:buttons(awful.util.table.join(awful.button({ }, 1, > functions.throwOutExampleMessage)) works! Thanks a lot. Quite strange because I tied something l

Re: Click-sensitive widget

2012-10-26 Thread Alexander Yakushev
Hi Manuel, On 10/27/2012 05:50 AM, Manuel Kasser wrote: Hi, I've got another problem, hoping not to get on your nerves. I want to make an audio-controlling widget, I thought of a simple textbox displaying the volume in percent and the possibility of raising the volume by left-clicking on it an

Click-sensitive widget

2012-10-26 Thread Manuel Kasser
Hi, I've got another problem, hoping not to get on your nerves. I want to make an audio-controlling widget, I thought of a simple textbox displaying the volume in percent and the possibility of raising the volume by left-clicking on it an lowering it by right-clicking. So I tried to trigger a func