aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocal/bin/allsync4
m---------private0
2 files changed, 2 insertions, 2 deletions
diff --git a/local/bin/allsync b/local/bin/allsync
index 11c0ddb..4d8747b 100755
--- a/local/bin/allsync
+++ b/local/bin/allsync
@@ -10,7 +10,7 @@ i3_astroid() {
pkill -0 astroid || return 0
find "/run/user/$(id -u)/i3" "/tmp/i3-$(id -un)".* -name ipc-socket\* 2>/dev/null | \
while read -r socket; do
- i3-msg -s "$socket" "exec" "astroid" "$@"
+ i3-msg -s "$socket" "exec astroid $*"
done
}
@@ -97,7 +97,7 @@ sec "Mail"
i3_astroid --start-polling
mbsync -a || fail "Mail synchronization reported failure"
notmuch new
-~/.local/sbin/newmail-notify
+~/.local/sbin/newmail-notify || fail "Mail notifications not sent"
notmuch tag --batch --input="$HOME/.notmuch-tag-new"
i3_astroid --stop-polling
pkill -RTMIN+13 i3blocks
diff --git a/private b/private
-Subproject 251fa5c17dd7ee2e10eaab086b9ae0ddaf76d1e
+Subproject 1ea28e684342707f0ef9d9f7a9c359f22da809f