Как установить иконку в Linux

Чтобы создать иконку для приложения нужно:

1) Скачайте иконку

wget https://github.com/igrmk/whiskers/raw/main/whiskers_256x256.png

2) Установите иконку

xdg-icon-resource install --size 256 ./whiskers_256x256.png kitty-whiskers

3) Создайте desktop файл, например ~/.local/share/applications/kitty.desktop

и укажите название установленной иконки Icon=kitty-whiskers

[Desktop Entry]
Version=1.0
Type=Application
Name=kitty
GenericName=Terminal emulator
Comment=Fast, feature-rich, GPU based terminal
TryExec=kitty
Exec=kitty
Icon=kitty-whiskers
Categories=System;TerminalEmulator;