Clone the repository into ~/.local/share/icons/Neuwaita
:
git clone --depth 1 [email protected]:RusticBard/Neuwaita.git ~/.local/share/icons/Neuwaita
Clone the repository into /usr/share/icons
sudo git clone --depth 1 [email protected]:RusticBard/Neuwaita.git /usr/share/icons/Neuwaita
To update Neuwaita icon theme to the latest version:
# user installation
git -C ~/.local/share/icons/Neuwaita pull
# system-wide installation
sudo git -C /usr/share/icons/Neuwaita pull
Run change-color.sh to change the folder's colors, See Palette.txt for available colors.
# Change the folders to blue
./change-color.sh blue
# Reset the color to grey
./change-color.sh reset
I understand you really want the icon but when making an icon request,
- Check here if the icon you want is present in already or in the making.
- please include the actual name of the icon that you want to request.
You can tell system to use a fallback theme in case Neuwaita doesn't provide an icon for your app.
- Navigate to Neuwaita installation directory (either
~/.local/share/icons/Neuwaita
or/usr/share/icons/Neuwaita
depending on your installation) - Edit
Inherits
variable in index.theme
[Icon Theme]
Name=Neuwaita
Comment=Neuwaita icon theme
Inherits=theme-name,theme-name-2
Example=folder
You can add as many inherits as you wish. In the example above, icons will be first searched in Neuwaita
then theme-name
and then lastly in theme-name-2
.
You're searching for the reverse domain name notation (e.g org.mozilla.firefox
for Firefox) it can be found in different ways:
- Icons are usually located inside
/usr/share/icons/hicolor/scalable/<Name of your app>
- For System-wide Flatpaks the location is
/var/lib/flatpak/app/<Name of your app>
the name of the folder is the name of your icon - For user Flatpaks the location is
~/.var/app/<Name of your app>
If you don't wanna find the icon in the files you can also look for the app in flathub go to the app you are requesting and scroll down to find installation instructions and there is a command you can copy asflatpak install flathub <Actual name of your app>
This is a list of icons that are currently available along with icons that are currently pending to be added. You can see if your icon is present in list and if not then feel free to create an icon request :)