X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/bcf5605476317df556a571556dd15437182a08f9..777be437e3351b60c710a810d4e06250a42d296b:/.config/mutt/htmldump?ds=sidebyside 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 \