mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 11:12:31 +00:00
dremora: underlined curr day in cal
This commit is contained in:
parent
48549ecc97
commit
f2ce1acc86
|
@ -225,7 +225,7 @@ local function create_calendar()
|
|||
if cal_month == now.month and cal_year == now.year and day == now.day then
|
||||
this_month = true
|
||||
result = result ..
|
||||
string.format('<span weight="bold" foreground = "%s">%s</span>',
|
||||
string.format('<span underline="single" weight="bold" foreground = "%s">%s</span>',
|
||||
today_color, day_str)
|
||||
else
|
||||
result = result .. day_str
|
||||
|
|
Loading…
Reference in a new issue