From b2a70607744f81f8a55c3952d8f49dcb106744f7 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 15 Feb 2022 14:39:46 -0300 Subject: [PATCH] river: Permitir espacios en los path de los fondos de pantalla --- .config/river/load-colors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/river/load-colors b/.config/river/load-colors index c3a4547..0598c7e 100755 --- a/.config/river/load-colors +++ b/.config/river/load-colors @@ -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