Skip to content

Instantly share code, notes, and snippets.

@jarcode-foss
Created September 10, 2019 07:53
Show Gist options
  • Save jarcode-foss/b8275a9e03a3d61e2764ddf64a47cf5c to your computer and use it in GitHub Desktop.
Save jarcode-foss/b8275a9e03a3d61e2764ddf64a47cf5c to your computer and use it in GitHub Desktop.
overload print in awesome client
function print(text, timeout)
naughty.notify {
preset = naughty.config.presets.normal,
text = text,
border_width = 0,
timeout = timeout or 3,
position = "top_left"
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment