Compare commits
No commits in common. "de17cbabf4f7ec6ee250714e229bb9577f8f45d8" and "798ffc60b8d413e1c60691ef4fe2863a8b7288e0" have entirely different histories.
de17cbabf4
...
798ffc60b8
3 changed files with 9 additions and 9 deletions
Binary file not shown.
Before Width: | Height: | Size: 511 KiB |
|
@ -1,23 +1,23 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river
|
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river
|
||||||
riverctl spawn "pgrep -x pipewire >/dev/null || pipewire"
|
riverctl spawn "pgrep -x pipewire || pipewire"
|
||||||
riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr"
|
riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr"
|
||||||
|
|
||||||
~/.config/river/load-colors
|
~/.config/river/load-colors
|
||||||
|
|
||||||
brillo -I
|
brillo -I
|
||||||
riverctl spawn "pgrep -x foot >/dev/null || foot --server"
|
riverctl spawn "pgrep -x foot || foot --server"
|
||||||
riverctl spawn "pgrep -x mako >/dev/null || mako"
|
riverctl spawn "pgrep -x mako || mako"
|
||||||
if test -f ~/.config/river/coordenadas; then
|
if test -f ~/.config/river/coordenadas; then
|
||||||
riverctl spawn "pgrep -x wlsunset >/dev/null || wlsunset $(cat ~/.config/river/coordenadas)"
|
riverctl spawn "pgrep -x wlsunset || wlsunset $(cat ~/.config/river/coordenadas)"
|
||||||
else
|
else
|
||||||
echo "¡Falta ~/.config/river/coordenadas!"
|
echo "¡Falta ~/.config/river/coordenadas!"
|
||||||
fi
|
fi
|
||||||
riverctl spawn "pgrep -x syncthing >/dev/null || syncthing -no-browser"
|
riverctl spawn "pgrep -x syncthing || syncthing -no-browser"
|
||||||
riverctl spawn "pgrep -x river-tag-overl >/dev/null || river-tag-overlay --anchors=1:0:0:0"
|
riverctl spawn "pgrep -x river-tag-overl || river-tag-overlay --anchors=1:0:0:0"
|
||||||
# yambar spawned by load-colors
|
# yambar spawned by load-colors
|
||||||
riverctl spawn "pgrep -x kanshi >/dev/null || kanshi"
|
riverctl spawn "pgrep -x kanshi || kanshi"
|
||||||
|
|
||||||
riverctl set-repeat 30 290
|
riverctl set-repeat 30 290
|
||||||
|
|
||||||
|
@ -31,5 +31,5 @@ riverctl float-filter-add title "Firefox — Sharing Indicator"
|
||||||
|
|
||||||
~/.config/river/keys
|
~/.config/river/keys
|
||||||
|
|
||||||
riverctl spawn "pgrep -x rivertile >/dev/null || rivertile -view-padding 0 -outer-padding 0"
|
riverctl spawn "pgrep -x rivertile || rivertile -view-padding 0 -outer-padding 0"
|
||||||
riverctl default-layout rivertile
|
riverctl default-layout rivertile
|
||||||
|
|
|
@ -22,7 +22,7 @@ rose_pine () {
|
||||||
}
|
}
|
||||||
mono () {
|
mono () {
|
||||||
if test "$dark" = false; then
|
if test "$dark" = false; then
|
||||||
bg="export bg=~/.config/river/boyfriends-ships2.png"
|
bg="export bg=~/.config/river/boyfriends-ships.png"
|
||||||
fi
|
fi
|
||||||
echo "
|
echo "
|
||||||
export background=$background
|
export background=$background
|
||||||
|
|
Loading…
Reference in a new issue