Using Desktop Settings selecting Default Icons there isn't a way to change the icons. I want to change the Home & Trash icon looked around couldn't find a way to do it.

hrug
I beleive they are hard coded by XFCE. You could create your own using .desktop files
Eg. for Home folder:
Code:
[Desktop Entry]
Name=Home Folder
Comment=Open your home folder
Exec=thunar /home/your-username
Icon=user-home
Terminal=false
Type=Application
Categories=Utility;Core;
where your-username is your login name.
Trash (won't show full):
Code:
[Desktop Entry]
Type=Application
Name=Trash
Icon=user-trash
Exec=thunar trash:///
Categories=Utility;FileManager;
Then just change the icon from names in /usr/share/icons/Papirus/ folders
Thanks for your help Jerry was able to use any icon! :003:
You're welcome.
Sent from my Mobile phone using Tapatalk