mirror of https://github.com/lcpz/lain.git
Merge pull request #297 from 2009/patch-3
task: fix typo so notification_preset can be overidden
This commit is contained in:
commit
1400e90670
|
@ -33,7 +33,7 @@ function task.show(scr)
|
|||
|
||||
helpers.async(task.show_cmd, function(f)
|
||||
task.notification = naughty.notify({
|
||||
preset = task_notification_preset,
|
||||
preset = task.notification_preset,
|
||||
title = task.show_cmd,
|
||||
text = markup.font(task.notification_preset.font,
|
||||
awful.util.escape(f:gsub("\n*$", "")))
|
||||
|
|
Loading…
Reference in New Issue