From: luke bonham Date: Mon, 2 Jun 2014 08:28:42 +0000 (+0200) Subject: #49 fix X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/7ce6653828cd9f046a51b2052ce7f973b3d4ff5d #49 fix --- diff --git a/widgets/calendar.lua b/widgets/calendar.lua index f3d7b8a..61451fc 100644 --- a/widgets/calendar.lua +++ b/widgets/calendar.lua @@ -45,7 +45,7 @@ function calendar:show(t_out, inc_offset) then -- current month showing, today highlighted if today >= 10 then - init_t = calendar.cal .. ' | sed -r -e "s/(^| )(' + init_t = calendar.cal .. ' | sed -r -e "s/_\\x08//g" | sed -r -e "s/(^| )(' end calendar.offset = 0