From: martin f. krafft Date: Sat, 9 Aug 2008 22:18:59 +0000 (-0300) Subject: change to my own theme X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/6024ede18627798896b2608833bc2d0b2e2d6443 change to my own theme Signed-off-by: martin f. krafft --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index f7a4bd0..480ea13 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -10,7 +10,7 @@ require("beautiful") -- {{{ Variable definitions -- This is a file path to a theme file which will defines colors. -theme_path = AWESOME_DATADIR .. "/themes/default" +theme_path = AWESOME_DATADIR .. "/themes/madduck" -- This is used later as the default terminal to run. terminal = "x-terminal-emulator"