Created
September 10, 2019 07:53
-
-
Save jarcode-foss/b8275a9e03a3d61e2764ddf64a47cf5c to your computer and use it in GitHub Desktop.
overload print in awesome client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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