Compare commits

...

2 commits

Author SHA1 Message Date
de17cbabf4 river: callar a pgrep 2021-11-25 17:05:14 -03:00
f87cd7164c river: Boyfriends. Ships 2 wallpaper 2021-11-23 11:26:02 -03:00
3 changed files with 9 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 KiB

View file

@ -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 || pipewire" riverctl spawn "pgrep -x pipewire >/dev/null || 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 || foot --server" riverctl spawn "pgrep -x foot >/dev/null || foot --server"
riverctl spawn "pgrep -x mako || mako" riverctl spawn "pgrep -x mako >/dev/null || mako"
if test -f ~/.config/river/coordenadas; then if test -f ~/.config/river/coordenadas; then
riverctl spawn "pgrep -x wlsunset || wlsunset $(cat ~/.config/river/coordenadas)" riverctl spawn "pgrep -x wlsunset >/dev/null || wlsunset $(cat ~/.config/river/coordenadas)"
else else
echo "¡Falta ~/.config/river/coordenadas!" echo "¡Falta ~/.config/river/coordenadas!"
fi fi
riverctl spawn "pgrep -x syncthing || syncthing -no-browser" riverctl spawn "pgrep -x syncthing >/dev/null || syncthing -no-browser"
riverctl spawn "pgrep -x river-tag-overl || river-tag-overlay --anchors=1:0:0:0" riverctl spawn "pgrep -x river-tag-overl >/dev/null || river-tag-overlay --anchors=1:0:0:0"
# yambar spawned by load-colors # yambar spawned by load-colors
riverctl spawn "pgrep -x kanshi || kanshi" riverctl spawn "pgrep -x kanshi >/dev/null || 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 || rivertile -view-padding 0 -outer-padding 0" riverctl spawn "pgrep -x rivertile >/dev/null || rivertile -view-padding 0 -outer-padding 0"
riverctl default-layout rivertile riverctl default-layout rivertile

View file

@ -22,7 +22,7 @@ rose_pine () {
} }
mono () { mono () {
if test "$dark" = false; then if test "$dark" = false; then
bg="export bg=~/.config/river/boyfriends-ships.png" bg="export bg=~/.config/river/boyfriends-ships2.png"
fi fi
echo " echo "
export background=$background export background=$background