mirror of https://github.com/lcpz/lain.git
wiki updated
This commit is contained in:
parent
1555e239eb
commit
a1ba90261b
|
@ -68,7 +68,7 @@ function calendar.show(t_out, inc_offset, scr)
|
||||||
|
|
||||||
helpers.async(f, function(ws)
|
helpers.async(f, function(ws)
|
||||||
fg, bg = calendar.notification_preset.fg, calendar.notification_preset.bg
|
fg, bg = calendar.notification_preset.fg, calendar.notification_preset.bg
|
||||||
ws = ws:gsub("%c%[+%d+[m]?%s?%d+%c%[+%d+[m]?", markup.bold(markup.color(bg, fg, today)))
|
ws = ws:gsub("%c%[%d+[m]?" .. today .. "%c%[%d+[m]?", markup.bold(markup.color(bg, fg, today)))
|
||||||
calendar.hide()
|
calendar.hide()
|
||||||
calendar.notification = naughty.notify({
|
calendar.notification = naughty.notify({
|
||||||
preset = calendar.notification_preset,
|
preset = calendar.notification_preset,
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit 6261aca684a439466c763902833d169401462a5b
|
Subproject commit 0868101cb7cd8d8947e6b36cd9a7e36c91cc3a99
|
Loading…
Reference in New Issue