mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +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
|
if cal_month == now.month and cal_year == now.year and day == now.day then
|
||||||
this_month = true
|
this_month = true
|
||||||
result = result ..
|
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)
|
today_color, day_str)
|
||||||
else
|
else
|
||||||
result = result .. day_str
|
result = result .. day_str
|
||||||
|
|
Loading…
Reference in a new issue