]> git.mjollnir.org Git - dotfiles/awesome.git/commitdiff
finally !! fixed bg command
authorPenny Leach <penny@mjollnir.org>
Fri, 18 Mar 2011 09:54:40 +0000 (10:54 +0100)
committerPenny Leach <penny@mjollnir.org>
Fri, 18 Mar 2011 09:54:40 +0000 (10:54 +0100)
.config/awesome/theme.lua

index 446000fab3a6b3a85475c12492b5c7d6e0663df3..fda313b027a851f469675c2c13e0ba0317d3e90f 100644 (file)
@@ -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"