Created
October 23, 2017 11:24
-
-
Save tomgco/0f1682c44b2680a900487e07671fddfc to your computer and use it in GitHub Desktop.
This file contains 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
local audit = [[arch-audit -u]] | |
awful.spawn.easy_async(audit, function(stdout, stderr, reason, exit_code) | |
if stdout then naughty.notify { preset = naughty.config.presets.critical, text = stdout } end | |
end) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment