From: martin f. krafft Date: Sun, 10 Aug 2008 17:45:51 +0000 (-0300) Subject: return to default theme for now X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/c2686ca5d7949ccea6f2c0a41ddb23bcb01a29c4?ds=sidebyside;pf=etc return to default theme for now Signed-off-by: martin f. krafft --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 480ea13..f7a4bd0 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/madduck" +theme_path = AWESOME_DATADIR .. "/themes/default" -- This is used later as the default terminal to run. terminal = "x-terminal-emulator"