#91 pull + clean useless lines

This commit is contained in:
copycat-killer 2015-02-05 09:07:28 +01:00
parent 75db055521
commit 0049a18e8f
1 changed files with 1 additions and 6 deletions

View File

@ -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"