river: usar wlsunset en vez de gammastep
This commit is contained in:
parent
8253d1b34b
commit
55d63b6d2c
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue