aboutsummaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2024-04-16 13:42:54 +0200
committerKarel Kočí <cynerd@email.cz>2024-04-16 13:42:54 +0200
commit4e4207487b0863aa3a7d9b740b0428db7992eb11 (patch)
treead07060c151724a3c191aa53fc0358ada01abcf0 /local
parent4a25d79feef0dd6e462abfb48173da7e470127a5 (diff)
downloadmyconfigs-4e4207487b0863aa3a7d9b740b0428db7992eb11.tar.gz
myconfigs-4e4207487b0863aa3a7d9b740b0428db7992eb11.tar.bz2
myconfigs-4e4207487b0863aa3a7d9b740b0428db7992eb11.zip
Tweak waybar and fix allsync
Diffstat (limited to 'local')
-rwxr-xr-xlocal/bin/allsync9
1 files changed, 4 insertions, 5 deletions
diff --git a/local/bin/allsync b/local/bin/allsync
index 5dbaef0..cec6219 100755
--- a/local/bin/allsync
+++ b/local/bin/allsync
@@ -117,17 +117,16 @@ sec "Mail"
i3_astroid --start-polling
mbsync -a || fail "Mail synchronization reported failure"
notmuch new
-#~/.local/sbin/newmail-notify || fail "Mail notifications not sent"
+~/.local/sbin/newmail-notify || fail "Mail notifications not sent"
notmuch tag --batch --input="$HOME/.notmuch-tag-new"
i3_astroid --stop-polling
-pkill -RTMIN+13 swaybar
notify_bar
-sec "Calendar and contacts"
-vdirsyncer sync || fail "Calendar and contacts synchronization reported failure"
+#sec "Calendar and contacts"
+#vdirsyncer sync || fail "Calendar and contacts synchronization reported failure"
if [ "${AUTORUN:-n}" = "y" ]; then
echo "Reported failure exit code: $ecode" >&2
else
- exit $ecode
+ exit $ecode
fi