diff --git a/.config/river/init b/.config/river/init index 071e9b0..5ac2f45 100755 --- a/.config/river/init +++ b/.config/river/init @@ -9,7 +9,11 @@ riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr" brillo -I riverctl spawn "pgrep -x foot || foot --server" riverctl spawn "pgrep -x mako || mako" -riverctl spawn "pgrep -x gammastep || gammastep -l -34.5:-58.4" +if test -f ~/.config/river/coordenadas; then + riverctl spawn "pgrep -x wlsunset || wlsunset $(cat ~/.config/river/coordenadas)" +else + echo "¡Falta ~/.config/river/coordenadas!" +fi riverctl spawn "pgrep -x syncthing || syncthing -no-browser" riverctl spawn "pgrep -x river-tag-overl || river-tag-overlay --anchors=1:0:0:0" # yambar spawned by load-colors