Skip to content

Commit

Permalink
Added the hack in README (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusbemacbe committed Dec 8, 2020
1 parent 8bae940 commit ed4cb7e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,18 @@ For Ubuntu users:
wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++-Minimal' env DESTDIR="$HOME/.icons" sh
```

After, there is a simple way to hack the original Yaru icons theme to use only third party icons. Simply change the following line in `/usr/share/icons/Yaru/index.theme` file:

```
Inherits=Humanity,hicolor
```

becomes

```
Inherits=Yaru++-Minimal,Humanity,hicolor
```

### HOME directory for KDE

#### Only Yaru++
Expand Down Expand Up @@ -245,6 +257,18 @@ For Ubuntu users:
wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++-Minimal' env DESTDIR="$HOME/.local/share/icons" sh
```

After, there is a simple way to hack the original Yaru icons theme to use only third party icons. Simply change the following line in `/usr/share/icons/Yaru/index.theme` file:

```
Inherits=Humanity,hicolor
```

becomes

```
Inherits=Yaru++-Minimal,Humanity,hicolor
```

### \*BSD systems

#### Only Yaru++
Expand Down Expand Up @@ -285,6 +309,18 @@ Observe that Canonical's original Yaru icons needs to be installed firstly
wget -qO- https://raw.githubusercontent.com/Bonandry/yaru-plus/master/install.sh | THEMES='Yaru++-Minimal' env DESTDIR="/usr/local/share/icons" sh
```

After, there is a simple way to hack the original Yaru icons theme to use only third party icons. Simply change the following line in `/usr/share/icons/Yaru/index.theme` file:

```
Inherits=Humanity,hicolor
```

becomes

```
Inherits=Yaru++-Minimal,Humanity,hicolor
```

### Uninstall

```zsh
Expand Down

0 comments on commit ed4cb7e

Please sign in to comment.