Make status configuration not depend explicitly on emacs to avoid frequent sway reloads
This commit is contained in:
parent
7e07df1798
commit
a258bfae48
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ pkgs.writeText "configuration.toml" ''
|
||||||
json = true
|
json = true
|
||||||
command = "${mail-status}"
|
command = "${mail-status}"
|
||||||
interval = 1
|
interval = 1
|
||||||
on_click = "${pkgs.isync}/bin/mbsync -a && ${config.chvp.base.emacs.package}/bin/emacsclient --eval \"(mu4e-update-index)\""
|
on_click = "mbsync -a && emacsclient --eval \"(mu4e-update-index)\""
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "time"
|
block = "time"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue