summaryrefslogtreecommitdiff
path: root/config/awesome/rc.lua
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2016-12-13 07:55:45 +0100
committerPeter Palfrader <peter@palfrader.org>2016-12-15 21:49:55 +0100
commit7f714ed9173fba309079ec1f75f64e39199977ed (patch)
tree87a7ea111ad439515904d7f4b5a8fb681eadf3d3 /config/awesome/rc.lua
parent2820429675a2938f14348b42192a84f613b3f739 (diff)
Add theme
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"