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 )