Re: vicous thermal widget and linux kernel 3.0

2012-02-15 Thread Alan Warren
On Wed, Feb 15, 2012 at 10:42 PM, Alan Warren wrote: > > > On Tue, Aug 23, 2011 at 10:40 PM, Andreas Radke wrote: > >> Am Wed, 24 Aug 2011 02:12:20 +0200 >> schrieb "Adrian C." : >> >> > I have not heard from you. I can't change the default without >> > verifying it works. >> > >> > >> >> Sry for

Re: vicous thermal widget and linux kernel 3.0

2012-02-15 Thread Alan Warren
On Tue, Aug 23, 2011 at 10:40 PM, Andreas Radke wrote: > Am Wed, 24 Aug 2011 02:12:20 +0200 > schrieb "Adrian C." : > > > I have not heard from you. I can't change the default without > > verifying it works. > > > > > > Sry for silence. The change fixed it indeed for me as exepcted. I had a > 2nd

Re: Vicious gmail widget

2012-02-15 Thread Nicolas G. Querol
Le mardi 14 févr. 2012 à 20:26:10 (+0100), Adrian C. a écrit : > See attached patch. > > Not sure about usefulness of this feature judging just from sample you > provided before. Summary tag suggested it was my e-mail not Joerg's in > your sample, but he was the first one to be listed in an tag

Re: Stretch wallpaper

2012-02-15 Thread Claudio Roberto França Pereira
On Wed, Feb 15, 2012 at 15:24, Petr Osanve Vytovtov wrote: > On 02/15/12 21:21, David Gomes wrote: > > Actually, the -f didn't work. I also tried adding this in the end of my > rc.lua: > > -- Use nitrogen to set the wallpaper > os.execute("nitrogen --set-scaled > ~/.config/awesome/themes/default/b

Re: Stretch wallpaper

2012-02-15 Thread David Gomes
Actually, changing this on my theme.lua worked, for both problems, thank you! -- You can use your own command to set your wallpaper theme.wallpaper_cmd = { "nitrogen --set-scaled /home/david/.config/awesome/themes/default/background.png" } On Wed, Feb 15, 2012 at 5:24 PM, Petr Osanve Vytovtov wr

Re: Stretch wallpaper

2012-02-15 Thread Petr Osanve Vytovtov
On 02/15/12 21:21, David Gomes wrote: Actually, the -f didn't work. I also tried adding this in the end of my rc.lua: -- Use nitrogen to set the wallpaper os.execute("nitrogen --set-scaled ~/.config/awesome/themes/default/background.png") But it didn't work, and the background is still non-s

Re: Stretch wallpaper

2012-02-15 Thread David Gomes
Actually, the -f didn't work. I also tried adding this in the end of my rc.lua: -- Use nitrogen to set the wallpaper os.execute("nitrogen --set-scaled ~/.config/awesome/themes/default/background.png") But it didn't work, and the background is still non-stretched (and I did quit and re-open awesom

Re: Stretch wallpaper

2012-02-15 Thread David Gomes
Well, the -f worked, but so did nitrogen. However, nitrogen also enabled transparency on terminals, so I'll probably use nitrogen. On Wed, Feb 15, 2012 at 5:10 PM, Claudio Roberto França Pereira < spide...@gmail.com> wrote: > On Wed, Feb 15, 2012 at 14:51, David Gomes > wrote: > > I set a new wa

Re: Stretch wallpaper

2012-02-15 Thread Claudio Roberto França Pereira
On Wed, Feb 15, 2012 at 14:51, David Gomes wrote: > I set a new wallpaper on Awesome WM, and this is how it > looks: http://i.imgur.com/V8qts.jpg > > It's not stretched and it doesn't look so good because of that. > > david@myhost:~$ awesome --version > awesome v3.4.11 (Pickapart) >  • Build: Feb

Stretch wallpaper

2012-02-15 Thread David Gomes
I set a new wallpaper on Awesome WM, and this is how it looks: http://i.imgur.com/V8qts.jpg It's not stretched and it doesn't look so good because of that. david@myhost:~$ awesome --version awesome v3.4.11 (Pickapart) • Build: Feb 14 2012 15:13:02 for x86_64 by gcc version 4.6.2 (david@myhost )

Re: two volume widget

2012-02-15 Thread dodo
it's not Easter yet, so what's the error? On 15 February 2012 09:55, stardiviner wrote: > I want to have two volume widgets: Master, PCM > every volume widget has bar and textbox widget. > bellowing code is in my rc.lua. but it has error. I hope you can figure out. > Thanks > > > -- {{{ Volume

two volume widget

2012-02-15 Thread stardiviner
I want to have two volume widgets: Master, PCM every volume widget has bar and textbox widget. bellowing code is in my rc.lua. but it has error. I hope you can figure out. Thanks -- {{{ Volume level volicon = widget({ type = "imagebox" }) volicon.image = image(beautiful.widget_vol) -- Initialize