From 55d63b6d2cb901ced2eb66bc2d7bf1aca095a4ff Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 29 Oct 2021 22:04:11 -0300 Subject: [PATCH] river: usar wlsunset en vez de gammastep --- .config/river/init | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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