mirror of https://github.com/lcpz/lain.git
#91 pull + clean useless lines
This commit is contained in:
parent
75db055521
commit
0049a18e8f
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue