From 3002702f9566fd120c044fa094717b0fdd488573 Mon Sep 17 00:00:00 2001 From: Quan Guo Date: Tue, 29 Sep 2015 00:59:10 +0200 Subject: [PATCH] Gave the revelation.fg a default value --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e4a7b20..c7b0dc2 100644 --- a/init.lua +++ b/init.lua @@ -68,7 +68,7 @@ local revelation = { is_excluded = false, curr_tag_only = false, font = "monospace 20", - fg = beautiful.fg_normal, + fg = beautiful.fg_normal or "#DCDCCC" hintsize = (type(beautiful.xresources) == 'table' and beautiful.xresources.apply_dpi(50) or 60) }