https://github.com/witalihirsch/mono-icon-theme
Mono icon theme
https://github.com/witalihirsch/mono-icon-theme
adwaita fluent gnome icons kde linux mono-theme
Last synced: 6 months ago
JSON representation
Mono icon theme
- Host: GitHub
- URL: https://github.com/witalihirsch/mono-icon-theme
- Owner: witalihirsch
- License: gpl-3.0
- Created: 2022-10-18T05:47:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T14:17:57.000Z (over 2 years ago)
- Last Synced: 2025-03-24T05:43:55.868Z (7 months ago)
- Topics: adwaita, fluent, gnome, icons, kde, linux, mono-theme
- Homepage:
- Size: 12.2 MB
- Stars: 38
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Mono Icons for Gnome
This is a mix of Adwaita symbolic icons and new icons that we made together with my friend. Icons match and don't get out from the style of Adwaita icons.## Support
## Mono Project Preview
## Mono icons
![]()
## Download
Download icons [here.](https://github.com/witalihirsch/Mono-icon-theme/releases)## Installing
To install icons, place the folder in the `~/.icons` directory and select icons in [Gnome Tweaks](https://gitlab.gnome.org/GNOME/gnome-tweaks). In order for icons to work everywhere, including for flatpak apps, go to the directory where you saved the folder and move the icons folder to `/usr/share/icons`.
Command:
```pwsh
sudo cp -r MonoIcons /usr/share/icons
```
If you don't want to use the default app icons, move the icons from your favorite icon pack to `scalable/apps`.## Uninstalling
To remove icons, delete the icons folder in `~/.icons` and select the other icons in Gnome Tweaks. Go to `/usr/share/icons` and open a terminal.
Command:
```pwsh
sudo rm -r MonoIcons
```