diff --git a/lib/naughty/core.lua b/lib/naughty/core.lua
index be2f46ae..24f7c960 100644
--- a/lib/naughty/core.lua
+++ b/lib/naughty/core.lua
@@ -543,7 +543,7 @@ function naughty.notify(args)
actionmarginbox:set_widget(actiontextbox)
actiontextbox:set_valign("middle")
actiontextbox:set_font(font)
- actiontextbox:set_markup(string.format('%s', action))
+ actiontextbox:set_markup(string.format('☛ %s', action))
-- calculate the height and width
local w, h = actiontextbox:get_preferred_size(s)
local action_height = h + 2 * margin