Restore wallpapers

You should find the system packages that have saved wallpapers in there and re-install them.

bash -c 'pacman -Ql | grep "usr/share/wallpapers" | cut -d\  -f1 | sort -u'
6 Likes

That was it. Thank you. I have to learn how to use the grep function.

1 Like