Hatter + MoreWaita for a GNOME icon theme, with round corners !
NB: This theme requires Adwaita in order to work.
This theme is built and tested against vanilla Gnome on Fedora Linux. If an icon is in the theme, but is not applying to your app, please open an issue and mention the icon name referenced in your app's .desktop file.
git clone https://github.com/topiga/RoundWaita.git
cd RoundWaita
sudo ./install.sh
This copies the whole theme folder without the build files into /usr/share/icons/. You will be prompted for your password.
./install.sh
This copies the whole theme folder without the build files into ~/.local/share/icons/.
Use the same steps as for installation.
Simply chose another theme and then delete the entire RoundWaita folder from either /usr/share/icons/ or ~/.local/share/icons/ depending on your installation choice above.
Either use the Tweaks app to choose and activate the icon theme or run the following command:
gsettings set org.gnome.desktop.interface icon-theme 'RoundWaita'
If the theme doesn't apply try the following command:
sudo gtk-update-icon-cache -f -t /usr/share/icons/RoundWaita && xdg-desktop-menu forceupdate
gtk-update-icon-cache -f -t ~/.local/share/icons/RoundWaita && xdg-desktop-menu forceupdate
If the theme applies, but a particular app doesn't get themed (and its icon is in RoundWaita), check its respective .desktop file. Some apps have icon paths hardcoded into their .desktop file or have a different icon name set there or no icon set at all. This can differ between distros. If you happen to have such apps, you'll need to copy their .desktop files into ~/.local/share/applications and modify them there providing the correct icon name. Alternatively, use a menu editor like MenuLibre or Alacarte.
If your app's .desktop file references an icon name not present in RoundWaita's apps/scalable folder, please report it in an issue providing the icon name from your system.
To be added