Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Bonandry/adwaita-plus
GNOME++, a third-party icons theme, based on new GNOME 3.32's Adwaita
https://github.com/Bonandry/adwaita-plus
adwaita adwaita-icon-theme gnome icon-theme icons linux linux-mint suru suru-icons suru-plus ubuntu yaru
Last synced: about 10 hours ago
JSON representation
GNOME++, a third-party icons theme, based on new GNOME 3.32's Adwaita
- Host: GitHub
- URL: https://github.com/Bonandry/adwaita-plus
- Owner: Bonandry
- License: gpl-3.0
- Created: 2019-04-13T19:10:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:56:10.000Z (over 1 year ago)
- Last Synced: 2024-08-04T00:05:20.927Z (4 months ago)
- Topics: adwaita, adwaita-icon-theme, gnome, icon-theme, icons, linux, linux-mint, suru, suru-icons, suru-plus, ubuntu, yaru
- Language: Shell
- Homepage:
- Size: 34.3 MB
- Stars: 162
- Watchers: 4
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: readme-dev.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-gnome - GNOME++ - Third-party application icons compatible with GNOME's current guidelines. (Look and Feel / Icons)
README
A third-party Adwaita++ icons for more than 20 distributions
An elegant, flat and modern based on Adwaita icons by GNOME Project
$for(icones)$
$endfor$- [Screenshot](#screenshot)
- [Installation](#installation)
- [Installing the stable version with CLI](#installing-the-stable-version-with-cli)
- [ROOT directory (recommended)](#root-directory-recommended)
- [HOME directory for GTK](#home-directory-for-gtk)
- [HOME directory for KDE](#home-directory-for-kde)
- [\*BSD systems](#bsd-systems)
- [Uninstall](#uninstall)
- [Installing the beta/dev version with CLI](#installing-the-betadev-version-with-cli)
- [ROOT directory (recommended)](#root-directory-recommended-1)
- [HOME directory for GTK](#home-directory-for-gtk-1)
- [HOME directory for KDE](#home-directory-for-kde-1)
- [\*BSD systems](#bsd-systems-1)
- [Uninstall](#uninstall-1)
- [Alternative icons of Firefox](#alternative-icons-of-firefox)
- [Bugs](#bugs)
- [Request](#request)
- [Credits and Licences](#credits-and-licences)# Screenshot
![Screenshot 1](images/screenshot1.png)
![Screenshot 2](images/screenshot2.png)# Installation
## Installing the stable version with CLI
Use the scripts to install the latest version directly from this repository (independently of your distribution):
**NOTE:** Use the same command to update the icon theme.
### ROOT directory (recommended)
```
wget -qO- https://raw.githubusercontent.com/Bonandry/adwaita-plus/master/install.sh | sh
```### HOME directory for GTK
```
wget -qO- https://raw.githubusercontent.com/Bonandry/adwaita-plus/master/install.sh | env DESTDIR="$$HOME/.icons" sh
```### HOME directory for KDE
```
wget -qO- https://raw.githubusercontent.com/Bonandry/adwaita-plus/master/install.sh | env DESTDIR="$$HOME/.local/share/icons" sh
```### \*BSD systems
```
wget -qO- https://raw.githubusercontent.com/Bonandry/adwaita-plus/master/install.sh | env DESTDIR="/usr/local/share/icons" sh
```### Uninstall
```
wget -qO- https://raw.githubusercontent.com/Bonandry/adwaita-plus/master/install.sh | env uninstall=true sh
```## Installing the beta/dev version with CLI
You will receive daily or weekly the latest commits directly from this repository (independently of your distribution). It is important to observe that the beta version may show some unstability, bugs and broken something.
**NOTE:** Use the same command to update the icon theme.
### ROOT directory (recommended)
```
wget -qO- https://raw.githubusercontent.com/Bonandry/adwaita-plus/beta/install.sh | TAG=beta sh
```### HOME directory for GTK
```
wget -qO- https://raw.githubusercontent.com/Bonandry/adwaita-plus/beta/install.sh | TAG=beta env DESTDIR="$$HOME/.icons" sh
```### HOME directory for KDE
```
wget -qO- https://raw.githubusercontent.com/Bonandry/adwaita-plus/beta/install.sh | TAG=beta env DESTDIR="$$HOME/.local/share/icons" sh
```### \*BSD systems
```
wget -qO- https://raw.githubusercontent.com/Bonandry/adwaita-plus/beta/install.sh | TAG=beta env DESTDIR="/usr/local/share/icons" sh
```### Uninstall
```
wget -qO- https://raw.githubusercontent.com/Bonandry/adwaita-plus/beta/install.sh | TAG=beta env uninstall=true sh
```# Alternative icons of Firefox
You can choose of four alternatives icons of Firefox:
official icon
alternative icons
firefox-official.svg
firefox-official.svg
firefox-2018.svg
firefox-2019-gnome-plus.svg
firefox-2019-mozilla.svg
firefox-2019.svgRun in the terminal:
```zsh
cd Adwaita++/apps/scalable
ln -sfnr firefox.svg# Revert to the original
ln -sfnr firefox-official.svg firefox.svg
```# Bugs
Please visit the [wiki about the bugs at Suru++ Ubuntu](https://github.com/Bonandry/suru-plus-ubuntu/wiki)
# Request
Please visit and use [@btd1337](https://github.com/btd1337)'s project [Identify Missing Icons](https://github.com/btd1337/icons-missing-script).
# Credits and Licences
* LGPL3/CC-BY-SA © Adwaita Icons by 2019 GNOME Project.
* GPL3 © [Papirus](https://github.com/PapirusDevelopmentTeam/) by [Alexey Varfolomeev](https://github.com/varlesh).
* GPL3 © 2019 Adwaita++ Ubuntu by Andrea Bonanni and Gustavo Costa.