From 6bc53aaec3e223beb69716307b3681cd04b3725a Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Fri, 18 Mar 2011 10:54:40 +0100 Subject: [PATCH] finally !! fixed bg command --- .config/awesome/theme.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.39.5