diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in index 569c17c8..04686dab 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -203,8 +203,7 @@ function notify(args) local textbox = widget({ type = "textbox", name = "text", align = "flex" }) textbox:buttons({ button({ }, 1, run), button({ }, 3, die) }) - textbox.text = string.format('%s%s', - config.font, title, text) + textbox.text = string.format('%s%s', font, title, text) if config.hover_timeout then textbox.mouse_enter = hover_destroy end -- create iconbox