From: Penny Leach Date: Fri, 18 Mar 2011 09:54:40 +0000 (+0100) Subject: finally !! fixed bg command X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6bc53aaec3e223beb69716307b3681cd04b3725a;p=dotfiles%2Fawesome.git finally !! fixed bg command --- diff --git a/.config/awesome/theme.lua b/.config/awesome/theme.lua index 446000f..fda313b 100644 --- a/.config/awesome/theme.lua +++ b/.config/awesome/theme.lua @@ -72,8 +72,7 @@ theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/defau theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/default/titlebar/maximized_focus_active.png" -- You can use your own command to set your wallpaper -theme.wallpaper_cmd = { "XLIB_SKIP_ARGB_VISUALS=1 chbg -mode maximize /home/penny/images/desktops/swirls.jpg" } ---theme.wallpaper_cmd = { "awsetbg /home/penny/images/desktops/swirls.jpg" } +theme.wallpaper_cmd = { "feh --bg-scale /home/penny/images/desktops/swirls.jpg" } -- You can use your own layout icons like this: theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png"