dots

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

mailup (173B) - View raw


1
2
3
4
5
6
7
8
9
#!/bin/sh

pgrep -f mailsync && exit

echo 🔃 >/tmp/mailupdate
pkill -RTMIN+12 ".*blocks|waybar"
/usr/bin/mailsync
rm -f /tmp/mailupdate
pkill -RTMIN+12 ".*blocks|waybar"