mirror of https://github.com/lcpz/lain.git
cal: --color=never added to discourage #29
This commit is contained in:
parent
59d9cd21ca
commit
e628b17d91
|
@ -37,7 +37,7 @@ function calendar:show(t_out, inc_offset)
|
|||
local tims = t_out or 0
|
||||
local f, c_text
|
||||
local today = tonumber(os.date('%d'))
|
||||
local init_t = '/usr/bin/cal | sed -r -e "s/(^| )( '
|
||||
local init_t = '/usr/bin/cal --color=never | sed -r -e "s/(^| )( '
|
||||
|
||||
if offs == 0
|
||||
then -- current month showing, today highlighted
|
||||
|
|
Loading…
Reference in New Issue