PapirusDevelopmentTeam / papirus-icon-theme

Pixel perfect icon theme for Linux
https://git.io/papirus-icon-theme
GNU General Public License v3.0
6.48k stars 410 forks source link

[Icon request] How to customize file manager icon? #3374

Closed Nakkhatra closed 1 year ago

Nakkhatra commented 1 year ago
SmartFinn commented 1 year ago

Put your icons with unique names to ~/.local/share/icons/hicolor or in ~/.local/share/icons for single file. Then set the ICON_NAME for APP_NAME.destop using the following command:

desktop-file-install --dir ~/.local/share/applications --set-icon=ICON_NAME /usr/share/applications/APP_NAME.desktop

There is you will see examples for existing icons https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/issues/2567#issuecomment-809602402