Merge pull request #297 from 2009/patch-3

task: fix typo so notification_preset can be overidden
This commit is contained in:
Luke Bonham 2017-01-30 13:23:57 +01:00 committed by GitHub
commit 1400e90670
1 changed files with 1 additions and 1 deletions

View File

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