river: Permitir espacios en los path de los fondos de pantalla

This commit is contained in:
Cat /dev/Nulo 2022-02-15 14:39:46 -03:00
parent e6f84791db
commit b2a7060774

View file

@ -10,5 +10,5 @@ riverctl spawn 'killall yambar ; yambar'
riverctl spawn "killall fnott >/dev/null ; fnott"
if test -n "$bg"; then
riverctl spawn "killall swaybg ; swaybg --image $bg"
riverctl spawn "killall swaybg ; swaybg --image '$bg'"
fi