cdwmblocks/blocks.def/mail_button.sh

15 lines
217 B
Bash
Executable File

#!/bin/sh
if [ -v THINKPAD ]; then
thunderbird
return
fi
case "$1" in
1) "$TERMINAL" -e "neomutt" > ~/.cache/neomutt.log 2>&1
esac
sigdwmblocks 3
/.$HOME/.local/bin/mailCheck > /dev/null
sigdwmblocks 3