summaryrefslogtreecommitdiff
path: root/config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/awesome/rc.lua')
-rw-r--r--config/awesome/rc.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua
index ca71981..64e251c 100644
--- a/config/awesome/rc.lua
+++ b/config/awesome/rc.lua
@@ -41,7 +41,8 @@ end
-- {{{ Variable definitions
-- Themes define colours, icons, font and wallpapers.
-beautiful.init("/usr/share/awesome/themes/default/theme.lua")
+-- beautiful.init("/usr/share/awesome/themes/default/theme.lua")
+beautiful.init(awful.util.getdir("config") .. "/themes/weasel/theme.lua")
-- This is used later as the default terminal and editor to run.
terminal = "x-terminal-emulator"