commit 36011e4d1dec04a49a96b7409eebfe2b3a9c5968 parent 3c0bcfd1f26e5ec336c380def4679597ddb7a49a Author: awy <awy@awy.one> Date: Sun, 21 Dec 2025 03:27:54 +0300 cool Diffstat:
| M | .local/bin/cron/mailup | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.local/bin/cron/mailup b/.local/bin/cron/mailup @@ -3,7 +3,7 @@ pgrep -f mailsync && exit echo 🔃 >/tmp/mailupdate -pkill -RTMIN+12 "${STATUSBAR:-i3blocks}" +pkill -RTMIN+12 ".*blocks|waybar" /usr/bin/mailsync rm -f /tmp/mailupdate -pkill -RTMIN+12 "${STATUSBAR:-i3blocks}" +pkill -RTMIN+12 ".*blocks|waybar"