From b9d2847ac68f9a6c4e8fe1fb26b515adbb392eef Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 16 Sep 2022 23:08:25 -0300 Subject: [PATCH] river: goimapnotify --- .config/river/init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/river/init b/.config/river/init index 5b7de79..a60a0a6 100755 --- a/.config/river/init +++ b/.config/river/init @@ -11,8 +11,9 @@ riverctl spawn "pgrep -x foot >/dev/null || foot --server" riverctl spawn "pgrep -x wlsunset >/dev/null || wlsunset -l -34.61315 -L -58.37723" riverctl spawn "pgrep -x swaync >/dev/null || swaync" riverctl spawn "pgrep -x syncthing >/dev/null || syncthing -no-browser" -# yambar spawned by load-colors riverctl spawn "pgrep -x kanshi >/dev/null || kanshi" +# yambar spawned by load-colors +riverctl spawn "pgrep -x goimapnotify >/dev/null || goimapnotify -conf ~/.config/imapnotify/config.json" riverctl set-repeat 30 290