Linux Lite Forums
Change Home & Trash Icons - Linux Lite 5.8 - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Customization (https://www.linuxliteos.com/forums/forumdisplay.php?fid=8)
+--- Forum: Desktop Customization (https://www.linuxliteos.com/forums/forumdisplay.php?fid=34)
+--- Thread: Change Home & Trash Icons - Linux Lite 5.8 (/showthread.php?tid=8930)



Change Home & Trash Icons - Linux Lite 5.8 - eagleyed - 09-26-2023

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.  Confusedhrug


Re: Change Home & Trash Icons - Linux Lite 5.8 - Valtam - 09-27-2023

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.



Re: Change Home & Trash Icons - Linux Lite 5.8 - Valtam - 09-27-2023

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



Re: Change Home & Trash Icons - Linux Lite 5.8 - eagleyed - 09-29-2023

Thanks for your help Jerry was able to use any icon! :003:


Re: Change Home & Trash Icons - Linux Lite 5.8 - Valtam - 09-29-2023

You're welcome.

Sent from my Mobile phone using Tapatalk