Fix syncing mail on click
This commit is contained in:
parent
5aec303c5c
commit
82cdffb471
1 changed files with 1 additions and 1 deletions
|
@ -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}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue