From cbf731bf1ee2026f325bf686755051c399b85e34 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 6 Jan 2010 16:25:48 +1300 Subject: [PATCH] set wallpaper to bgstripes --- .config/awesome/rc.lua | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2