From c2686ca5d7949ccea6f2c0a41ddb23bcb01a29c4 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 10 Aug 2008 14:45:51 -0300 Subject: [PATCH] return to default theme for now Signed-off-by: martin f. krafft --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2