dots

my dotfiles
git clone https://git.awy.one/dots
Log | Files | Refs | Submodules | README | LICENSE

mailup (238B) - View raw


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#!/bin/sh
# Set as a cron job to check for new mail.

export STATUSBAR="i3blocks"

pgrep -f mailsync && exit

echo 🔃 >/tmp/mailupdate
pkill -RTMIN+12 "$STATUSBAR"
/usr/bin/mailsync
rm -f /tmp/mailupdate && pkill -RTMIN+12 "$STATUSBAR"