Skip to content

Instantly share code, notes, and snippets.

@blueyed
Created April 4, 2016 21:47
Show Gist options
  • Save blueyed/6709b4fe5aa55fb3320a46084886ef91 to your computer and use it in GitHub Desktop.
Save blueyed/6709b4fe5aa55fb3320a46084886ef91 to your computer and use it in GitHub Desktop.
bnote = function(s, naughty_args)
-- local level = level or 1
-- if not bdebug_level or bdebug_level < level then
-- return
-- end
local args = awful.util.table.join({
timeout = 10,
text = tostring(s),
-- font = "monospace 8"
}, naughty_args)
return naughty.notify(args)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment