From 41dddf863a362d24259b6eeec73bbdd737aecac6 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 29 Sep 2017 18:05:29 +0200 Subject: awesome: use default theme and just set wallpaper in rc.lua --- awesome/rc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'awesome/rc.lua') diff --git a/awesome/rc.lua b/awesome/rc.lua index a88f22e..cb15831 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -46,7 +46,8 @@ end -- {{{ Variable definitions -- Themes define colours, icons, font and wallpapers. -beautiful.init("/home/reiner/.config/awesome/theme.lua") +beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua") +beautiful.wallpaper = awful.util.get_configuration_dir() .. "wallpaper.png" -- This is used later as the default terminal and editor to run. terminal = "x-terminal-emulator" -- cgit v1.2.3