X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/7013dfe93a05082153f79eca6c9e5c05b54d9d50..777be437e3351b60c710a810d4e06250a42d296b:/.config/mutt/htmldump diff --git a/.config/mutt/htmldump b/.config/mutt/htmldump index c15ecd1..53b3a2e 100755 --- a/.config/mutt/htmldump +++ b/.config/mutt/htmldump @@ -20,6 +20,14 @@ elif [ $WRAP -gt 0 ]; then fi +awesome-client <<-_eof + local naughty = require("naughty") + naughty.notify({ preset = naughty.config.presets.low, + title = "htmldump called", + text = [[$@]], + }) + _eof + if command -v html2markdown >/dev/null; then exec html2markdown --asterisk-emphasis --body-width=$WIDTH --unicode-snob \