From: martin f. krafft Date: Wed, 6 Jan 2010 03:25:48 +0000 (+1300) Subject: set wallpaper to bgstripes X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/cbf731bf1ee2026f325bf686755051c399b85e34 set wallpaper to bgstripes --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index a240d54..5eadc2d 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -19,6 +19,8 @@ theme_path = "/usr/share/awesome/themes/default/theme.lua" -- Uncommment this for a lighter theme -- theme_path = "/usr/share/awesome/themes/sky/theme.lua" +wallpaper_cmd = { "awsetbg -t .config/awesome/bgstripes.png" } + -- Actually load theme beautiful.init(theme_path)