diff --git a/desktop/.config/river/init b/desktop/.config/river/init index ebe5863..6a91b65 100755 --- a/desktop/.config/river/init +++ b/desktop/.config/river/init @@ -250,8 +250,8 @@ if exist swww; then riverctl spawn "swww init" outputs=$(swww query | cut -d':' -f1) if [ "$(echo "$outputs" | grep -c -e '^DP')" -eq 2 ] && [ -e "$HOME/pictures/wall_r.jpg" ]; then - swww img -o "$(echo "$outputs" | tail -n1)" "$HOME/pictures/wall_l.jpg" - swww img -o "$(echo "$outputs" | head -n1)" "$HOME/pictures/wall_r.jpg" + swww img -o "$(echo "$outputs" | head -n1)" "$HOME/pictures/wall_l.jpg" + swww img -o "$(echo "$outputs" | tail -n1)" "$HOME/pictures/wall_r.jpg" elif [ -e "$HOME/pictures/wall.jpg" ]; then swww img "$HOME/pictures/wall.jpg" fi