Fix syncing mail on click

This commit is contained in:
Charlotte Van Petegem 2023-04-13 11:00:25 +02:00
parent 5aec303c5c
commit 82cdffb471
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -221,7 +221,7 @@ in
exec = "${mail-status}";
return-type = "json";
interval = 1;
on-click = "mbsync -a && emacsclient --eval \"(mu4e-update-index)\"";
on-click = "${pkgs.isync}/bin/mbsync -a && ${config.chvp.base.emacs.package}/bin/emacsclient --eval \"(mu4e-update-index)\"";
};
idle_inhibitor = {
format = "{icon}";