Fix typo so notification_preset can be overidden

This commit is contained in:
2009 2017-01-30 20:55:45 +10:00 committed by GitHub
parent 87a32771d6
commit 9a8cfdb7d1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,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*$", "")))