From f2ce1acc86827d1005e7a24ad0776640cb4b3053 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Tue, 9 Jul 2013 15:15:58 +0200 Subject: [PATCH] dremora: underlined curr day in cal --- rc.lua.dremora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua.dremora b/rc.lua.dremora index 58267a1..a41e7a6 100755 --- a/rc.lua.dremora +++ b/rc.lua.dremora @@ -225,7 +225,7 @@ local function create_calendar() if cal_month == now.month and cal_year == now.year and day == now.day then this_month = true result = result .. - string.format('%s', + string.format('%s', today_color, day_str) else result = result .. day_str