From: copycat-killer Date: Thu, 5 Feb 2015 08:11:20 +0000 (+0100) Subject: Merge branch 'master' of https://github.com/copycat-killer/lain X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/7233039f9fa4599c5c76fef4ff4534c996c64c06?hp=925c0276a567c35bb3cf140aedc368b9a6e152db Merge branch 'master' of https://github.com/copycat-killer/lain --- diff --git a/widgets/calendar.lua b/widgets/calendar.lua index 631b358..cbba676 100644 --- a/widgets/calendar.lua +++ b/widgets/calendar.lua @@ -37,17 +37,12 @@ function calendar:show(t_out, inc_offset, scr) local tims = t_out or 0 local f, c_text local today = tonumber(os.date('%d')) - local init_t = calendar.cal .. ' | sed -r -e "s/(^| )( ' + local init_t = calendar.cal .. ' | sed -r -e "s/_\\x08//g" | sed -r -e "s/(^| )(' calendar.offset = calendar.offset + offs if offs == 0 or calendar.offset == 0 then -- current month showing, today highlighted - if today >= 10 - then - init_t = calendar.cal .. ' | sed -r -e "s/_\\x08//g" | sed -r -e "s/(^| )(' - end - calendar.offset = 0 calendar.notify_icon = calendar.icons .. today .. ".png"