An expanded Adwaita-styled companion icon theme, built largely upon the work of GNOME's Adwaita designers and GNOME Circle apps' developers, as well as inspiration from the Papirus icon theme designers, and a touch of tinkering from myself and a few others.
(expand)
The purpose of this theme is to provide third-party apps with a consistent look and feel in Gnome Shell.
The goal of MoreWaita is to add to Adwaita, not modify it, and to do roughly what Breeze does for KDE. This theme does not override any Adwaita icons, nor any Gnome Circle apps icons, nor icons that generally fit into the Adwaita paradigm (like Transmission GTK). Currently, this theme is way less all-inclusive than many others, but the aim is to be on par with Papirus some day. However, this is (mostly) a one-man hobby effort, albeit with some greatly appreciated help, so suggestions, requests, PRs and contributions are very welcome. Please read CONTRIBUTING.md before submitting PRs.
For most icons, especially branded ones, the general idea is to stay as close as possible to the original icons – to the point of using them in full – and giving them the distinct Adwaita 'perspective' and general flatness. One thing this theme deviates from is the Gnome colour palette in brand icons – MoreWaita keeps the brand colours.
This theme is built and tested against vanilla Gnome on Arch 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.
These are the icons currently in git, versioned theme releases will be behind most of the time
Important
This theme requires the Adwaita icon theme in order to work.
System-wide installation into /usr/share/icons/ (recommended – some apps don't work well with local user installations):
git clone https://github.com/somepaulo/MoreWaita.git && cd MoreWaita && sudo ./install.shLocal user installation into ~/.local/share/icons/:
git clone https://github.com/somepaulo/MoreWaita.git && cd MoreWaita && ./install.shSimply choose another theme and then delete the entire MoreWaita folder from either /usr/share/icons/ or ~/.local/share/icons/ depending on your installation choice above.
paru morewaita-icon-theme*Replace paru with yay -S or your other favourite AUR helper install command.
paru morewaita-icon-theme-git*Replace paru with yay -S or your other favourite AUR helper install command.
Install via @trixieua's COPR:
dnf copr enable trixieua/morewaita-icon-theme && dnf install morewaita-icon-themeInstall via pkosel's package:
nix-shell -p morewaita-icon-themeEither use the Refine or Tweaks app to choose and activate the icon theme or run the following command:
gsettings set org.gnome.desktop.interface icon-theme 'MoreWaita'- Open Files (Nautilus).
- Find the folder you wish to change the icon for.
- Right click on the folder and click on Propertiesor pressAlt+Enter.
- Click on the Set Custom Icon badge on the folder image.
- Navigate to the MoreWaita installation folder and into the placessubfolder (typically/usr/share/icons/MoreWaita/scalable/places/).
- Select the icon you wish to use.
- Click Select.
- Follow the same procedure to choose a different icon or click the 'Remove Custom Icon' badge to revert the icon to the default in step 4.
 
If you need to assign the icons using the CLI you have to use the GIO command-line tool.
- 
Set a custom icon on a folder (Projects in ~ for this example): gio set $HOME/Projects metadata::custom-icon-name "folder-projects" 
*This will persist the custom icon across themes as long as they provide an icon with the same name.
- 
You can confirm the change showing the custom-icon-nameattribute with:gio info $HOME/Projects | grep custom-icon-name 
- 
To delete the custom-icon-nameattribute use-dflag:gio set -d $HOME/Projects metadata::custom-icon-name 
Alternatively, if you prefer to automate things using a list of folders, take a look at the custom_folder_icons.sh script by @hasecilu. You can change it to your needs and add it to your dotfiles.
To have folders and some Gnome apps support the accent colours introduced in Gnome 47, install adwaita-colors-icon-theme or adwaita-colors-icon-theme-git from the AUR or directly from the theme's repo.
If the theme doesn't apply try the following command:
For system-wide installation:
sudo gtk-update-icon-cache -f -t /usr/share/icons/MoreWaita && xdg-desktop-menu forceupdateFor local installation:
gtk-update-icon-cache -f -t ~/.local/share/icons/MoreWaita && xdg-desktop-menu forceupdateIf the theme applies, but a particular app doesn't get themed (and its icon is in MoreWaita), 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 Main Menu, MenuLibre or Alacarte.
If your app's .desktop file references an icon name not present in MoreWaita's scalable/apps folder, please report it in an issue providing the icon name from your system.
If some mime type icons are not getting applied to the respective file types, your system might not have these mime types registered or have them assigned to different file types with the same extension (like .key files that can be either Keynote presentations or PGP keys). In this case you need to create the respective .xml files for the missing mime types and add them to your system for the icons to apply.
You can use the .xml files from the _extras folder or create your own as needed.
For system-wide installation, put the .xml files into /usr/share/mime/packages/ and run:
sudo update-mime-database /usr/share/mimeFor local installation, put the .xml files into ~/local/share/mime/packages/ and run:
update-mime-database ~/.local/share/mime