From: Luke Bonham Date: Mon, 30 Jan 2017 12:23:57 +0000 (+0100) Subject: Merge pull request #297 from 2009/patch-3 X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/1400e906708e907c268a37726a2c9852c4941377?hp=2242f42c8faec1b24a01dcf29f4b5078612e67eb Merge pull request #297 from 2009/patch-3 task: fix typo so notification_preset can be overidden --- diff --git a/widgets/contrib/task.lua b/widgets/contrib/task.lua index ce4c49f..4a9b5b6 100644 --- a/widgets/contrib/task.lua +++ b/widgets/contrib/task.lua @@ -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*$", "")))